Compartir a través de


TextRun._FontWeight Propiedad

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

Gets the FontWeights 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 _FontWeight As FontWeights 
    Get
'Uso
Dim instance As TextRun 
Dim value As FontWeights 

value = instance._FontWeight
public FontWeights _FontWeight { get; }
public:
property FontWeights _FontWeight {
    FontWeights get ();
}
member _FontWeight : FontWeights
function get _FontWeight () : FontWeights

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.FontWeights
A FontWeights object.

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel