CustomData Class

Definition

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

public ref class CustomData sealed
public sealed class CustomData
type CustomData = class
Public NotInheritable Class CustomData
Inheritance
CustomData

Remarks

A CustomData object is handed to a custom report item component at run-time. For more information, see Custom Report Items.

Properties

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.

Applies to