Report.DefaultFontFamily 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.
Gets the font family used by child report items when no font family is defined explicitly.
public:
property System::String ^ DefaultFontFamily { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("Arial")]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition/defaultfontfamily")]
public string DefaultFontFamily { get; set; }
[<System.ComponentModel.DefaultValue("Arial")>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition/defaultfontfamily")>]
member this.DefaultFontFamily : string with get, set
Public Property DefaultFontFamily As String
Property Value
A string value.
- Attributes