Właściwość MapViewport.GridUnderContent
Wskazuje, czy mapa południków i równoleżników będą pobierane w obszarze Zawartość mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property GridUnderContent As ReportExpression(Of Boolean)
Get
Set
'Użycie
Dim instance As MapViewport
Dim value As ReportExpression(Of Boolean)
value = instance.GridUnderContent
instance.GridUnderContent = value
public ReportExpression<bool> GridUnderContent { get; set; }
public:
property ReportExpression<bool> GridUnderContent {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member GridUnderContent : ReportExpression<bool> with get, set
function get GridUnderContent () : ReportExpression<boolean>
function set GridUnderContent (value : ReportExpression<boolean>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.