次の方法で共有


StyleInstance.FontWeight プロパティ

Style クラスの FontWeight プロパティの計算値を取得します。

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

構文

'宣言
Public Overrides Property FontWeight As FontWeights 
    Get 
    Set
'使用
Dim instance As StyleInstance 
Dim value As FontWeights 

value = instance.FontWeight

instance.FontWeight = value
public override FontWeights FontWeight { get; set; }
public:
virtual property FontWeights FontWeight {
    FontWeights get () override;
    void set (FontWeights value) override;
}
abstract FontWeight : FontWeights with get, set 
override FontWeight : FontWeights with get, set
override function get FontWeight () : FontWeights 
override function set FontWeight (value : FontWeights)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.FontWeights
FontWeight プロパティの計算値を表す FontWeights 値。

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間