Style.TextDecoration 属性

定义

获取一个计算结果为特殊文本格式的表达式。

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

属性值

一个表示特殊文本格式的 ReportEnumProperty<EnumType> 对象。

适用于