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