StyleBase.TextDecoration Property

Definition

Gets an expression that evaluates to the special text formatting.

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

Property Value

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

Applies to