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.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DataColumnHierarchy | The hierarchy of column members for the data. |
![]() |
DataRowHierarchy | The hierarchy of row members for the data. |
![]() |
DataSetName | Indicates which data set to use as the source data for this custom report item. |
![]() |
RowCollection | Gets the data rows. |
Top