StyleFont.FontFamily Property

Definition

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression FontFamily { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.FontsListUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.StyleFont/FontFamilyConverter))]
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression FontFamily { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.FontsListUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.StyleFont/FontFamilyConverter))>]
member this.FontFamily : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property FontFamily As ReportExpression

Property Value

Attributes

Applies to