CustomData Element (RDL)
Represents the data to display in a custom report item.
Syntax
<CustomReportItem>
...
<CustomData>
<DataSetName>...</DataSetname>
<Filters>...</ Filters>
<DataColumnGroupings>...</ DataColumnGroupings>
<DataRowGroupings>...</DataRowGroupings>
<DataRows>...</DataRows>
</CustomData>
...
</CustomReportItem>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child elements |
Remarks
The CustomData element defines the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated. Custom report items with a CustomData element are considered to be DataRegions. This impacts such things as restricting placement within the report (for example, custom report items not allowed in detail rows, page header or page footer), available scopes for expressions, and the use of the RepeatWith element.
See Also
Reference
Report Definition XML Elements