Style.FontFamily 属性

Gets or sets the name of the font family.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property FontFamily As ReportExpression 
    Get 
    Set
用法
Dim instance As Style 
Dim value As ReportExpression 

value = instance.FontFamily

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

请参阅

参考

Style 类

Microsoft.ReportingServices.RdlObjectModel 命名空间