次の方法で共有


FontWeight プロパティ

フォントの太さ。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property FontWeight As ReportExpression(Of FontWeights)
    Get
    Set
'使用
Dim instance As Style
Dim value As ReportExpression(Of FontWeights)

value = instance.FontWeight

instance.FontWeight = value
public ReportExpression<FontWeights> FontWeight { get; set; }
public:
property ReportExpression<FontWeights> FontWeight {
    ReportExpression<FontWeights> get ();
    void set (ReportExpression<FontWeights> value);
}
member FontWeight : ReportExpression<FontWeights> with get, set
function get FontWeight () : ReportExpression<FontWeights>
function set FontWeight (value : ReportExpression<FontWeights>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'FontWeights> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。