StyleInstance.TextDecoration Property

Definition

Gets the calculated value of the TextDecoration property in a Style class.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations TextDecoration { Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::TextDecorations value); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations TextDecoration { get; set; }
member this.TextDecoration : Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations with get, set
Public Overrides Property TextDecoration As TextDecorations

Property Value

A TextDecorations value that represents the calculated value of the TextDecoration property.

Applies to