MapViewportInstance.GridUnderContent Property
Gets the calculated value of the GridUnderContent property in a MapViewport class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GridUnderContent As Boolean
Get
'Usage
Dim instance As MapViewportInstance
Dim value As Boolean
value = instance.GridUnderContent
public bool GridUnderContent { get; }
public:
property bool GridUnderContent {
bool get ();
}
member GridUnderContent : bool
function get GridUnderContent () : boolean
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the GridUnderContent property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace