Partager via


PropertyStore propriété

The property store.

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

Syntaxe

'Déclaration
Public ReadOnly Property PropertyStore As IPropertyStore
    Get
'Utilisation
Dim instance As ReportObjectBase
Dim value As IPropertyStore

value = instance.PropertyStore
public IPropertyStore PropertyStore { get; }
public:
property IPropertyStore^ PropertyStore {
    IPropertyStore^ get ();
}
member PropertyStore : IPropertyStore
function get PropertyStore () : IPropertyStore