다음을 통해 공유


EquallySizedAxesFont 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty
    Get
‘사용 방법
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