[]
Represents data intended for use by a CustomReportItem.
public class CustomData : IValidateable
This class corresponds to the RDL (Report Definition Language) CustomData element. If a CustomReportItem defines a CustomData element, it is treated as a data region. This imposes similar restrictions as other data regions, such as disallowing placement in detail rows or page header/footer sections.
Name | Description |
---|---|
CustomData() | Initializes a new instance of the CustomData class. |
Name | Description |
---|---|
DataColumnGroupings | Gets the column groupings defined for the custom report item's data. |
DataRowGroupings | Gets the row groupings defined for the custom report item's data. |
DataRows | Gets the data values calculated for each detail cell of the custom report item's data. |
DataSetName | Gets or sets s name of the data set used as the data source for the CustomReportItem. |
DataSetParameters | Gets a collection of parameters associated with the custom report item's data. |
Filters | Gets a collection of filters to apply to each row of data. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the CustomData object. |