StyleFont.FontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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