ReportObjectBase.PropertyStore Property
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
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.IPropertyStore
An IPropertyStore object.