Sdílet prostřednictvím


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
Public method Equals(Object) (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

Properties

  Name Description
Public property DataColumnHierarchy The hierarchy of column members for the data.
Public property DataRowHierarchy The hierarchy of row members for the data.
Public property DataSetName Indicates which data set to use as the source data for this custom report item.
Public property RowCollection Gets the data rows.

Top