Udostępnij za pośrednictwem


Właściwość MapAppearanceRule.DataElementOutput

Wskazuje, czy elementy wyglądu reguła pojawi się 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 MapAppearanceRule
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)