Construtor PropertyStore
Initializes a new instance of the PropertyStore class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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.
Consulte também