Classe MapLine
Represents a line-based spatial element to be embedded in a map line layer.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
Microsoft.ReportingServices.OnDemandReportRendering.MapLine
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MapLine _
Inherits MapSpatialElement
'Utilizzo
Dim instance As MapLine
public sealed class MapLine : MapSpatialElement
public ref class MapLine sealed : public MapSpatialElement
[<SealedAttribute>]
type MapLine =
class
inherit MapSpatialElement
end
public final class MapLine extends MapSpatialElement
Nel tipo MapLine sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
MapFields | Gets a collection of MapField objects to be associated with the spatial element. Ereditato da MapSpatialElement. |
![]() |
MapLineTemplate | Gets a custom template to be applied to the map line. |
![]() |
UseCustomLineTemplate | Indicates whether the MapLineTemplate element will be applied to the parent map line. |
![]() |
VectorData | Gets the vector data for the spatial element. Ereditato da MapSpatialElement. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IMapObjectCollectionItem.SetNewContext | Infrastruttura. Sets a new context for the collection. Ereditato da MapObjectCollectionItem. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering