Freigeben über


TextRun._FontFamily-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the font family of the specified text.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property _FontFamily As String 
    Get
'Usage
Dim instance As TextRun 
Dim value As String 

value = instance._FontFamily
public string _FontFamily { get; }
public:
property String^ _FontFamily {
    String^ get ();
}
member _FontFamily : string
function get _FontFamily () : String

Eigenschaftswert

Typ: System.String
The font family of the specified text.

Siehe auch

Verweis

TextRun Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace