TextDecoration 속성
Gets an expression that evaluates to the special text formatting.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Overrides ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
‘사용 방법
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>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'TextDecorations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.