Partager via


Propriété FontFamily

Name of the font family.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property FontFamily As ReportExpression
    Get
    Set
'Utilisation
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)