Style.TextDecoration Property

Definition

Gets an expression that evaluates to the special text formatting.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations> ^ TextDecoration { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations> ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations> TextDecoration { get; }
member this.TextDecoration : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations>
Public Overrides ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)

Property Value

A ReportEnumProperty<EnumType> object that represents the special text formatting.

Applies to