PropertyStore Constructor
Initializes a new instance of the PropertyStore class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub New ( _
owner As ReportObject _
)
'Uso
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
)
Parámetros
- owner
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
The owner object.