Właściwość Style.TextDecoration
Pobiera wyrażenie do formatowania tekstu specjalnego.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
'Użycie
Dim instance As Style
Dim value As ReportEnumProperty(Of TextDecorations)
value = instance.TextDecoration
public override ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
ReportEnumProperty<TextDecorations>^ get () override;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
override TextDecoration : ReportEnumProperty<TextDecorations>
override function get TextDecoration () : ReportEnumProperty<TextDecorations>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextDecorations>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także