Propriété FontSize
Gets an expression that evaluates to the size of the font.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property FontSize As ReportSizeProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Voir aussi