次の方法で共有


ChartAxis.LogScale プロパティ

軸の目盛りが対数であるかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property LogScale As ReportBoolProperty 
    Get
'使用
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間