Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the style of data element for the text box.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataElementStyle As Report.DataElementStyles
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Report.DataElementStyles
A Report.DataElementStyles object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace