共用方式為


MapParallels 屬性

Gets the map vertical grid for a map.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapParallels As MapGridLines
    Get
'用途
Dim instance As MapViewport
Dim value As MapGridLines

value = instance.MapParallels
public MapGridLines MapParallels { get; }
public:
property MapGridLines^ MapParallels {
    MapGridLines^ get ();
}
member MapParallels : MapGridLines
function get MapParallels () : MapGridLines