Compartir a través de


FontSize Propiedad

Size of the font.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property FontSize As ReportSizeProperty
    Get
'Uso
Dim instance As Style
Dim value As ReportSizeProperty

value = instance.FontSize
public override ReportSizeProperty FontSize { get; }
public:
virtual property ReportSizeProperty^ FontSize {
    ReportSizeProperty^ get () override;
}
abstract FontSize : ReportSizeProperty
override FontSize : ReportSizeProperty
override function get FontSize () : ReportSizeProperty