Class Class

Contains information about a class to instantiate during report initialization. The class instance can be used in expressions in the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Class _
    Inherits ReportObject
'Usage
Dim instance As [Class]
public class Class : ReportObject
public ref class Class : public ReportObject
type Class =  
    class
        inherit ReportObject
    end
public class Class extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Class

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.