Condividi tramite


Proprietà TextRun._FontWeight

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the FontWeights of the specified text.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property _FontWeight As FontWeights 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel