Partilhar via


Propriedade PropertyStore

The property store.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property PropertyStore As IPropertyStore
    Get
'Uso
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