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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DataCells | Returns the data values contained in each detail cell of the custom report item data. | |
DataColumnGroupings | Returns the set of column groupings for the custom report item data. | |
DataRowGroupings | Returns the set of row groupings for the custom report item data. | |
NoRows | Indicates that the CustomData object contains no rows of data. |
Top