Compartilhar via


Propriedade do RDL MapViewportInstance.GridUnderContent

Gets the calculated value of the GridUnderContent property in a MapViewport class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property GridUnderContent As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapViewportInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering