Partager via


PropertyStore constructeur

Initializes a new instance of the PropertyStore class.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    owner As ReportObject _
)
'Utilisation
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
)

Paramètres