次の方法で共有


MapLineLayer.MapLines プロパティ

埋め込まれたマップの線のコレクションを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MapLines As MapLineCollection 
    Get
'使用
Dim instance As MapLineLayer 
Dim value As MapLineCollection 

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

プロパティ値

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

関連項目

参照

MapLineLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間