次の方法で共有


MapGridLines.ShowLabels プロパティ

マップのグリッド線のラベルを表示するかどうかを示します。

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

構文

'宣言
Public ReadOnly Property ShowLabels As ReportBoolProperty 
    Get
'使用
Dim instance As MapGridLines 
Dim value As ReportBoolProperty 

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

プロパティ値

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

関連項目

参照

MapGridLines クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間