| Home: Support: Search: |
Microsoft Reporting Services Custom Report Item CRI not Visible on Deployed ReportsA Reporting Services CRI (Custom Report Item) may fail to display properly on deployed reports. This error was reported by customers using IDAutomation's Reporting Services Barcode CRI to create barcodes on reports. The error may occur as follows:
This error is generated in the rssrvpolicy.config file, when the <CodeGroup referencing the IDAutomation_ReportingServices_BarcodeCRI.dll is outside the first CodeGroup element.
Place the <CodeGroup reference of the IDAutomation_ReportingServices_BarcodeCRI.dll after the first <CodeGroup element. For example: <CodeGroup
class="FirstMatchCodeGroup" version="1"
PermissionSetName="Nothing"> <CodeGroup</CodeGroup> </CodeGroup> The Barcode CRI should now be visible on deployed reports.
See also:
© Copyright 2008 IDAutomation.com, Inc., All Rights Reserved. Legal Notices.
|