Freigeben über


MapViewportInstance.GridUnderContent-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value that represents the calculated value of the GridUnderContent property.

Siehe auch

Verweis

MapViewportInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace