Partilhar via


Propriedade do RDL Style.FontSize

Gets an expression that evaluates to the size of the font.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Style Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering