Sdílet prostřednictvím


TextRun._FontFamily Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

TextRun Class

Microsoft.ReportingServices.RdlObjectModel Namespace