Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a collection of embedded map lines.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapLines As MapLineCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
A MapLineCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering