New to Telerik Report Server? Start a free 30-day trial
ReportDataItem
Represents a report data item and its available dynamic columns.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Gets or sets the display label for the data item. | string |
None. |
| Value |
Gets or sets the exact internal report item name to use in a data alert rule. | string |
None. |
| Type |
Gets or sets the type of the data item (Table, Crosstab, List, Graph, or Map). | string |
None. |
| Children |
Gets or sets the child element names: column/textbox names for table-based items, series names for Graph and Map. | Collection of string |
None. |