Udostępnij za pośrednictwem


Właściwość ChartMember.DataElementOutput

Wskazuje, czy element członkowski powinien pojawić się w Renderowanie danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DataElementOutput As DataElementOutputTypes
    Get
    Set
'Użycie
Dim instance As ChartMember
Dim value As DataElementOutputTypes

value = instance.DataElementOutput

instance.DataElementOutput = value
public DataElementOutputTypes DataElementOutput { get; set; }
public:
property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
    void set (DataElementOutputTypes value);
}
member DataElementOutput : DataElementOutputTypes with get, set
function get DataElementOutput () : DataElementOutputTypes
function set DataElementOutput (value : DataElementOutputTypes)