次の方法で共有


MapViewport.MapParallels プロパティ

マップの垂直グリッドを取得します。

名前空間:  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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapGridLines
MapGridLines オブジェクト。

関連項目

参照

MapViewport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間