Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
Hinweise
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.
Siehe auch
Verweis
Report Definition XML Elements