CustomData Class
Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.CustomData
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CustomData
'Usage
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData = class end
public final class CustomData
The CustomData type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.