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
Public property DataColumnHierarchy Gets the hierarchy of column members for the data.
Public property DataRowHierarchy Gets the hierarchy of row members for the data.
Public property DataSetName Gets the data set to use as the source data for this custom report item.
Public property RowCollection Gets the data rows.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.