Partager via


Propriété DataElementStyle

Indicates whether all TextRun values for this textbox value should render as an element or attribute.

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 TextBox
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