次の方法で共有


Style.TextEffect プロパティ

テキストに適用する効果に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)
    Get
'使用
Dim instance As Style 
Dim value As ReportEnumProperty(Of TextEffects)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextEffects>
テキストに適用する効果を表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間