Condividi tramite


Proprietà TextRun._FontSize

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

Gets the font size 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 _FontSize As ReportSize 
    Get
'Utilizzo
Dim instance As TextRun 
Dim value As ReportSize 

value = instance._FontSize
public ReportSize _FontSize { get; }
public:
property ReportSize _FontSize {
    ReportSize get ();
}
member _FontSize : ReportSize
function get _FontSize () : ReportSize

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel