次の方法で共有


MapColorScaleInstance.HideEndLabels プロパティ

MapColorScale クラスの HideEndLabels プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property HideEndLabels As Boolean 
    Get
'使用
Dim instance As MapColorScaleInstance 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
HideEndLabels プロパティの計算値を表す Boolean 値。

関連項目

参照

MapColorScaleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間