Partilhar via


Propriedade do RDL EquallySizedAxesFont

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

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

Sintaxe

'Declaração
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty
    Get
'Uso
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