Udostępnij przez


Właściwość Report.DataElementStyle

Wskazuje, czy liść-wartości poziom, takich jak wartości pola tekstowe i wartości danych wykresu, należy Renderuj jako elementów lub atrybutów.

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

Składnia

'Deklaracja
Public Property DataElementStyle As DataElementStyles
    Get
    Set
'Użycie
Dim instance As Report
Dim value As DataElementStyles

value = instance.DataElementStyle

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