PropertyStore 属性
The property store.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public ReadOnly Property PropertyStore As IPropertyStore
Get
用法
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