다음을 통해 공유


GridUnderContent 속성

Indicates whether the map meridians and parallels will be drawn under the map content.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property GridUnderContent As ReportExpression(Of Boolean)
    Get
    Set
‘사용 방법
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>)