Click or drag to resize

ReportProperties Properties

The ReportProperties type exposes the following members.

Properties
  NameDescription
Public propertyAdHocList_FieldList
The semi-colon separated list of mapper field keys of fields to show on this page. All fields are included if list is empty.
Public propertyAdHocList_ReportMOP
The MOP for the page to use to display the report.
Public propertyDetailLayout
The layout for the report criteria page. This is generally a MOP or a layout spec generated by the page designer.
Public propertyMaxRecords
The maximum rows to show in the report.
Public propertyOverrideView
Normally the mapper's view is used to gather criteria. If an OverrideView is specified, then the mapper will use that view to gather criteria.
Public propertyPage_ReportMOP
The MOP for the page to use to display the report.
Public propertyParameterLayout
The layout for the report parameters page. This is generally a MOP or a layout spec generated by the page designer.
Public propertyParameterMapper
Mapper to use on the parameter page of the report filter wizard.
Public propertySSRS_ParentKeyParamName
The name of the parent key parameter.
Public propertySSRS_PermissionFields
A tag string of field in the format <field>=[parameter]. If the mapper field and parameter name are the same, you may omit the parameter field.
Public propertySSRS_PermissionMapper
The mapper to use for permissions during external links.
Public propertySSRS_ReportName
The name of the SSRS report.
Public propertySSRS_ReportURL
The root URL to use for the report. This is normally specified at the application level.
Public propertySSRS_Timeout
The timeout setting for this report, in seconds.
Top
See Also