Compartir a través de


PropertyStore Propiedad

The property store.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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