Proprietà _FontSize
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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