CustomData Class

 

Updated: February 25, 2016

Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::CustomData

public ref class CustomData sealed 

NameDescription
System_CAPS_pubpropertyDataColumnHierarchy

Gets the hierarchy of column members for the data.

System_CAPS_pubpropertyDataRowHierarchy

Gets the hierarchy of row members for the data.

System_CAPS_pubpropertyDataSetName

Gets the data set to use as the source data for this custom report item.

System_CAPS_pubpropertyRowCollection

Gets the data rows.

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.)

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: