AxesView プロパティ

グラフ領域を軸のビューに揃えることを示します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property AxesView As ReportBoolProperty
    Get
'使用
Dim instance As ChartAlignType
Dim value As ReportBoolProperty

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