共用方式為


TablixMember.CustomProperties 屬性

Gets or sets a list of custom properties for the member.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CustomProperties As IList(Of CustomProperty)
    Get 
    Set
'用途
Dim instance As TablixMember 
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>)

屬性值

型別:System.Collections.Generic.IList<CustomProperty>
An IList<T> object.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間