Compartilhar via


Propriedade do RDL StyleBase.TextDecoration

Gets an expression that evaluates to the special text formatting.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
    Get
'Uso
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of TextDecorations)

value = instance.TextDecoration
public abstract ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
    ReportEnumProperty<TextDecorations>^ get () abstract;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
abstract function get TextDecoration () : ReportEnumProperty<TextDecorations>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextDecorations>
A ReportEnumProperty<EnumType> object that represents the special text formatting.

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering