共用方式為


FontWeight 屬性

Thickness of the font.

命名空間:  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>)