PropertyStore Constructor
Initializes a new instance of the PropertyStore class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
owner As ReportObject _
)
'Usage
Dim owner As ReportObject
Dim instance As New PropertyStore(owner)
public PropertyStore(
ReportObject owner
)
public:
PropertyStore(
ReportObject^ owner
)
new :
owner:ReportObject -> PropertyStore
public function PropertyStore(
owner : ReportObject
)
Parameters
- owner
Type: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The owner object.