Style.FontFamily 属性

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)