all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

Custom assembly set up


Custom assembly set up Xuefeng Cao
3/16/2005 3:02:40 PM
sql server reporting services: It has been mentioned that a custom assembly dll can be deployed under
either /Report Designer folder, or under /ReportServer/bin folder. I am
wondering if the first location is simply for preview to work.

Also, if the custom assembly needs to access some configuration data, what
config file shoudl those data be contanined?

Thanks.

RE: Custom assembly set up Cooper
3/16/2005 4:09:01 PM
Place the Assembly in the application folders of the Report Designer and
Report Server
C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\bin
C:\Program Files\Microsoft SQL Server\80\Tools\Report Designer

Edit the configuration file rssvpolicy.config for the report server
Edit the configuration file rspreviewpolicy.config for the Report Designer
preview window
C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer
C:\Program Files\Microsoft SQL Server\80\Tools\Report Designer
By Default custom assemblies are granted Execution permission in Reporting
Services
You DO NOT have to worry about Code Access Security when developing on your
local box when using the preview window it is set to FULLTRUST by default.
Note that the debug pop-up preview simulates the report server and DOES
require code access security to be in place.



The reportser

[quoted text, click to view]
AddThis Social Bookmark Button