次の方法で共有


StyleBaseInstance.FontWeight プロパティ

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

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

構文

'宣言
Public MustOverride Property FontWeight As FontWeights 
    Get 
    Set
'使用
Dim instance As StyleBaseInstance 
Dim value As FontWeights 

value = instance.FontWeight

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

プロパティ値

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

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間