Właściwość Report.DataElementStyle
Pobiera wartość wskazująca, czy pola tekstowe należy Renderuj jako elementów lub atrybutów.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.Report.DataElementStyles
A Report.DataElementStyles wartości AttributeNormal lub ElementNormal.