MapParallels 속성
Gets or sets the map vertical grid for a map.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property MapParallels As MapGridLines
Get
Set
‘사용 방법
Dim instance As MapViewport
Dim value As MapGridLines
value = instance.MapParallels
instance.MapParallels = value
public MapGridLines MapParallels { get; set; }
public:
property MapGridLines^ MapParallels {
MapGridLines^ get ();
void set (MapGridLines^ value);
}
member MapParallels : MapGridLines with get, set
function get MapParallels () : MapGridLines
function set MapParallels (value : MapGridLines)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapGridLines
A MapGridLines object.