Partager via


Propriété Report.DataElementStyle

Gets a value that indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataElementStyle As Report.DataElementStyles 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.Report.DataElementStyles
A Report.DataElementStyles object.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering