CustomData Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.ReportRendering::CustomData

public ref class CustomData sealed 

NameDescription
System_CAPS_pubpropertyDataCells

Returns the data values contained in each detail cell of the custom report item data.

System_CAPS_pubpropertyDataColumnGroupings

Returns the set of column groupings for the custom report item data.

System_CAPS_pubpropertyDataRowGroupings

Returns the set of row groupings for the custom report item data.

System_CAPS_pubpropertyNoRows

Indicates that the CustomData object contains no rows of data.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: