Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of embedded map lines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapLines As MapLineCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
A MapLineCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace