共用方式為


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)