Compartir a través de


TextRun._FontFamily Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the font family of the specified text.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel