共用方式為


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 (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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