Compartir a través de


Style.FontSize Propiedad

Gets an expression that evaluates to the 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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the size of the font.

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering