Share via


ReportObjectBase Constructor (IPropertyStore)

Initializes a new instance of the ReportObjectBase class.

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

Syntax

'Declaration
Protected Sub New ( _
    propertyStore As IPropertyStore _
)
'Usage
Dim propertyStore As IPropertyStore

Dim instance As New ReportObjectBase(propertyStore)
protected ReportObjectBase(
    IPropertyStore propertyStore
)
protected:
ReportObjectBase(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> ReportObjectBase
protected function ReportObjectBase(
    propertyStore : IPropertyStore
)

Parameters