Partager via


Propriété EquallySizedAxesFont

Gets a value that indicates the same font size should be used for all axes if the font size is automatic.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty
    Get
'Utilisation
Dim instance As ChartArea
Dim value As ReportBoolProperty

value = instance.EquallySizedAxesFont
public ReportBoolProperty EquallySizedAxesFont { get; }
public:
property ReportBoolProperty^ EquallySizedAxesFont {
    ReportBoolProperty^ get ();
}
member EquallySizedAxesFont : ReportBoolProperty
function get EquallySizedAxesFont () : ReportBoolProperty