Share via


CustomData Members

Include Protected Members
Include Inherited Members

Represents the data to display in a custom report item. This class cannot be inherited.

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 DataCells Returns the data values contained in each detail cell of the custom report item data.
Public property DataColumnGroupings Returns the set of column groupings for the custom report item data.
Public property DataRowGroupings Returns the set of row groupings for the custom report item data.
Public property NoRows Indicates that the CustomData object contains no rows of data.

Top