Właściwość Style.FontFamily
Nazwa rodziny czcionek.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property FontFamily As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.