i am using Assembly in RDL report. i add the reference of the assembly in report. and take a instance of assembly in report properties -> code tab.
and in text box expression in get the value from assembly.
when i click the report preview tab. its run fine and display my desired result.
but when i run the project for pressing the F5. it show "#Error" on Sepecified textbox.
i have assign rights to assembly for modify the two files "rssrvpolicy.config" and "rspreviewpolicy.config".
ihave write the code group in both files is written below:
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust" Name="MyCustomCodeGroup"
Description="Code gorup for my custom extension">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="\\great-t2\C$\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\HudReport_Assembly.dll"
/>
</CodeGroup>
any one suggest me how can i preview my desired result from running the project.
please reply me a soon as possibly
Regards,
Ali Ahmad
aliahmad wrote:
:(( i am very disappointed that no one reply me on this problem. so i think i apply this problem on other forums.
i am using Assembly in RDL report. i add the reference of the assembly in report. and take a instance of assembly in report properties -> code tab.
and in text box expression in get the value from assembly.
when i click the report preview tab. its run fine and display my desired result.
but when i run the project for pressing the F5. it show "#Error" on Sepecified textbox.
i have assign rights to assembly for modify the two files "rssrvpolicy.config" and "rspreviewpolicy.config".
ihave write the code group in both files is written below:
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust" Name="MyCustomCodeGroup"
Description="Code gorup for my custom extension">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="\\great-t2\C$\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\HudReport_Assembly.dll"
/>
</CodeGroup>
any one suggest me how can i preview my desired result from running the project.
please reply me a soon as possibly
Regards,
Ali Ahmad
No comments:
Post a Comment