Compartilhar via


Propriedade do RDL TextRun._FontFamily

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the font family of the specified text.

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

Sintaxe

'Declaração
Public ReadOnly Property _FontFamily As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.RdlObjectModel