CustomData Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.CustomData

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

Syntax

'Declaration
Public NotInheritable Class CustomData
'Usage
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData =  class end
public final class CustomData

The CustomData type exposes the following members.

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

Methods

  Name Description
Public method Equals (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

Remarks

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

Thread Safety

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