CustomData Members
Include Protected Members
Include Inherited Members
Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.
The CustomData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomData() | Creates a new instance of the CustomData class. | |
CustomData(IPropertyStore) | Creates a new instance of the CustomData class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
AllGroups | Infrastructure. | |
DataColumnHierarchy | The hierarchy of column members for the data. | |
DataRowHierarchy | The hierarchy of row members for the data. | |
DataRows | The data values to calculate for each detail “cell” of the data. | |
DataSetName | Indicates which data set to use as the source data for this custom report item. | |
Filters | Filters to apply to each row of data. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
Site | Infrastructure. (Inherited from ReportObject.) | |
SortExpressions | Sort expressions to apply to the data. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) | |
IDataScope.Group | ||
IDataScope.Name | ||
IDataScopeService.GetDataScopesFor(IContainedObject) |
Top