Propriedade do RDL TextBox.DataElementStyle
Gets the style of data element for the text box.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DataElementStyle As Report.DataElementStyles
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Report.DataElementStyles
A Report.DataElementStyles object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering