MapLayers 속성
Gets or sets a collection of layers for the map.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property MapLayers As IList(Of MapLayer)
Get
Set
‘사용 방법
Dim instance As Map
Dim value As IList(Of MapLayer)
value = instance.MapLayers
instance.MapLayers = value
public IList<MapLayer> MapLayers { get; set; }
public:
property IList<MapLayer^>^ MapLayers {
IList<MapLayer^>^ get ();
void set (IList<MapLayer^>^ value);
}
member MapLayers : IList<MapLayer> with get, set
function get MapLayers () : IList<MapLayer>
function set MapLayers (value : IList<MapLayer>)
속성 값
유형: System.Collections.Generic. . :: . .IList< (Of < ( <'MapLayer> ) > ) >
An IList<(Of <(<'T>)>)> object.