MapViewport.GridUnderContent 属性

Indicates whether the map meridians and parallels will be drawn under the map content.

命名空间:  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