次の方法で共有


GridUnderContent プロパティ

マップ コンテンツの下にマップの経線と緯線を描画するかどうかを示します。

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

構文

'宣言
Public ReadOnly Property GridUnderContent As ReportBoolProperty
    Get
'使用
Dim instance As MapViewport
Dim value As ReportBoolProperty

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