Style.FontWeight 属性

Gets or sets the 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>)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontWeights>
A ReportExpression<T> object.

请参阅

参考

Style 类

Microsoft.ReportingServices.RdlObjectModel 命名空间