CustomData Class
Updated: February 25, 2016
Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | DataColumnHierarchy | Gets the hierarchy of column members for the data. |
![]() | DataRowHierarchy | Gets the hierarchy of row members for the data. |
![]() | DataSetName | Gets the data set to use as the source data for this custom report item. |
![]() | RowCollection | Gets the data rows. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

