Compartir a través de


ChartSeries.CustomProperties Propiedad

Custom properties for the series.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property CustomProperties As IList(Of CustomProperty)
    Get 
    Set
'Uso
Dim instance As ChartSeries 
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 de la propiedad

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

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel