Report.DefaultFontFamily 属性

定义

当没有显式定义字体系列时,获取子报表项使用的字体系列。

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

属性值

字符串值。

属性

适用于