CustomProperty Class

The contents of CustomProperty is passed through to rendering and custom report item components.

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

Syntax

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

Inheritance Hierarchy

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

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.