次の方法で共有


ChartAxis.Scalar プロパティ

この軸の値がグラフの連続軸に表示する必要のあるスカラー値 (数または日付) かどうかを示す Boolean 値を取得します。

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

構文

'宣言
Public ReadOnly Property Scalar As Boolean 
    Get
'使用
Dim instance As ChartAxis 
Dim value As Boolean 

value = instance.Scalar
public bool Scalar { get; }
public:
property bool Scalar {
    bool get ();
}
member Scalar : bool
function get Scalar () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間