Proprietà MapViewportInstance.GridUnderContent
Gets the calculated value of the GridUnderContent property in a MapViewport class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GridUnderContent As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value that represents the calculated value of the GridUnderContent property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering