_FontSize Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public ReadOnly Property _FontSize As ReportSize
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.
Vea también