PropertyStore-Eigenschaft
The property store.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyStore As IPropertyStore
Get
'Usage
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
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyStore
An IPropertyStore object.