Udostępnij przez


Właściwość Report.DataElementStyle

Pobiera wartość wskazująca, czy liść-poziom wartości (np.wartości tekstowe i wartości danych wykresu) powinny Renderuj jako elementów lub atrybutów.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property DataElementStyle As Report..::..DataElementStyles
    Get
'Użycie
Dim instance As Report
Dim value As Report..::..DataElementStyles

value = instance.DataElementStyle
public Report..::..DataElementStyles DataElementStyle { get; }
public:
property Report..::..DataElementStyles DataElementStyle {
    Report..::..DataElementStyles get ();
}
member DataElementStyle : Report..::..DataElementStyles
function get DataElementStyle () : Report..::..DataElementStyles