ReportItem.CustomProperties 属性

Custom information to be handed to the report rendering component.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CustomProperties As IList(Of CustomProperty)
    Get
    Set
用法
Dim instance As ReportItem
Dim value As IList(Of CustomProperty)

value = instance.CustomProperties

instance.CustomProperties = value
public IList<CustomProperty> CustomProperties { get; set; }
public:
property IList<CustomProperty^>^ CustomProperties {
    IList<CustomProperty^>^ get ();
    void set (IList<CustomProperty^>^ value);
}
member CustomProperties : IList<CustomProperty> with get, set
function get CustomProperties () : IList<CustomProperty>
function set CustomProperties (value : IList<CustomProperty>)