Report.DefaultFontFamily 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当没有显式定义字体系列时,获取子报表项使用的字体系列。
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
属性值
字符串值。
- 属性