Propriedade do RDL CustomProperties

Custom properties for the data point.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CustomProperties As IList(Of CustomProperty)
    Get
    Set
'Uso
Dim instance As ChartEmptyPoints
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>)

Valor da propriedade

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'CustomProperty> ) > ) >
An IList<(Of <(<'T>)>)> object.