Report Properties (References Tab, Report Designer)

Use the References tab of the Report Properties dialog box to add references to custom or other external assemblies and custom class instances that are used by expressions in the report definition.

Options

  • References
    Lists the assemblies that the report references. The assembly must be available on the computer on which Report Designer is installed and on the report server. The name of the reference must exactly match the contents of <CodeModule> tags in the Report Definition Language (.rdl) file.
  • Assembly name
    Click the add reference (...) button to open the Add Reference dialog box and select the assemblies necessary to complete report processing and expression evaluation. To delete an assembly reference, select it and click the delete (X) button.
  • Classes
    Lists the class instances that are used by the report. The class list is used only by instance-based members, not static members.
  • Class name
    Type the name of the class.
  • Instance name
    Type a name for the instance of the class.
  • Up
    For classes that have dependencies, you can move this reference higher in the list.
  • Down
    For classes that have dependencies, you can move this reference lower in the list.
  • Delete
    To delete the class instance, select it and click the delete (X) button.

See Also

Reference

Report Designer F1 Help
Report Properties (Code Tab, Report Designer)
Report Properties (Data Output Tab, Report Designer)
Report Properties (General Tab, Report Designer)
Report Properties (Layout Tab, Report Designer)

Other Resources

Working with Report Designer
Using Custom Code References in Expressions (Reporting Services)
Using Custom Assemblies with Reports
Using Expressions in Reporting Services

Help and Information

Getting SQL Server 2005 Assistance

Change History

Release History

5 December 2005

New content:
  • Up, Down, Delete added.
Changed content:
  • References must match <CodeModules> tag.