Поделиться через


Класс MapLineLayerInstance

Represents an instance type of the MapLineLayer class and contains the calculated values of the properties in MapLineLayer.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayerInstance
        Microsoft.ReportingServices.OnDemandReportRendering.MapLineLayerInstance

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class MapLineLayerInstance _
    Inherits MapVectorLayerInstance
'Применение
Dim instance As MapLineLayerInstance
public sealed class MapLineLayerInstance : MapVectorLayerInstance
public ref class MapLineLayerInstance sealed : public MapVectorLayerInstance
[<SealedAttribute>]
type MapLineLayerInstance =  
    class 
        inherit MapVectorLayerInstance 
    end
public final class MapLineLayerInstance extends MapVectorLayerInstance

Тип MapLineLayerInstance обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство MaximumZoom Gets the calculated value of the MaximumZoom property in a MapLayer class. (Производный от MapLayerInstance.)
Открытое свойство MinimumZoom Gets the calculated value of the MinimumZoom property in a MapLayer class. (Производный от MapLayerInstance.)
Открытое свойство Transparency Gets the calculated value of the Transparency property in a MapLayer class. (Производный от MapLayerInstance.)
Открытое свойство VisibilityMode Gets the calculated value of the VisibilityMode property in a MapLayer class. (Производный от MapLayerInstance.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering