Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a collection of embedded map lines.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MapLines As IList(Of MapLine)
Get
Set
'Utilisation
Dim instance As MapLineLayer
Dim value As IList(Of MapLine)
value = instance.MapLines
instance.MapLines = value
public IList<MapLine> MapLines { get; set; }
public:
property IList<MapLine^>^ MapLines {
IList<MapLine^>^ get ();
void set (IList<MapLine^>^ value);
}
member MapLines : IList<MapLine> with get, set
function get MapLines () : IList<MapLine>
function set MapLines (value : IList<MapLine>)
Valeur de propriété
Type : System.Collections.Generic.IList<MapLine>
A IList<T> object.