Textbox.DataElementStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether all TextRun values for this text box should render as an element or attribute.
public:
property Microsoft::ReportingServices::RdlObjectModel::DataElementStyles DataElementStyle { Microsoft::ReportingServices::RdlObjectModel::DataElementStyles get(); void set(Microsoft::ReportingServices::RdlObjectModel::DataElementStyles value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.DataElementStyles DataElementStyle { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.DataElementStyle : Microsoft.ReportingServices.RdlObjectModel.DataElementStyles with get, set
Public Property DataElementStyle As DataElementStyles
Property Value
A DataElementStyles object.
- Attributes