Класс MapPointLayer
Represents a point-based layer to be drawn in a map.
Иерархия наследования
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.MapLayer
Microsoft.ReportingServices.RdlObjectModel.MapVectorLayer
Microsoft.ReportingServices.RdlObjectModel.MapPointLayer
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Class MapPointLayer _
Inherits MapVectorLayer
'Применение
Dim instance As MapPointLayer
public class MapPointLayer : MapVectorLayer
public ref class MapPointLayer : public MapVectorLayer
type MapPointLayer =
class
inherit MapVectorLayer
end
public class MapPointLayer extends MapVectorLayer
Тип MapPointLayer обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
MapPointLayer | Initializes a new instance of the MapPointLayer class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ComponentMetadata | Gets or sets the component metadata. (Производный от ReportObject.) |
![]() |
DataElementName | Gets or sets the name for the vector layer to use for the data element or attribute. (Производный от MapVectorLayer.) |
![]() |
DataElementOutput | Gets or sets a value that indicates whether the vector layer will appear in a data rendering. (Производный от MapVectorLayer.) |
![]() |
DesignerMaxRowCount | Инфраструктура. Gets or sets the maximum number of row of the designer. (Производный от MapVectorLayer.) |
![]() |
MapBindingFieldPairs | Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer. (Производный от MapVectorLayer.) |
![]() |
MapDataRegionName | Gets or sets the name of the data region from which to consume data. (Производный от MapVectorLayer.) |
![]() |
MapFieldDefinitions | Gets or sets a collection of a MapFieldDefinition objects in the vector layer. (Производный от MapVectorLayer.) |
![]() |
MapPointRules | Gets or sets a set of rules to be applied to the map points in the map point layer. |
![]() |
MapPoints | Gets or sets a collection of embedded map points. |
![]() |
MapPointTemplate | Gets or sets a template to be applied for points in the map point layer. |
![]() |
MapSpatialData | Gets or sets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Производный от MapVectorLayer.) |
![]() |
MaximumZoom | Gets or sets the maximum zoom level at which the map layer is visible. (Производный от MapLayer.) |
![]() |
MinimumZoom | Gets or sets the minimum zoom level at which the map layer is visible. (Производный от MapLayer.) |
![]() |
Name | Gets or sets a name for the map layer. (Производный от MapLayer.) |
![]() |
Parent | The parent of this report object. (Производный от ReportObjectBase.) |
![]() |
Site | Инфраструктура. Gets or sets the site associated with the ReportObject object. (Производный от ReportObject.) |
![]() |
Transparency | Gets or sets the transparency for map lines in the map layer as a percentage. (Производный от MapLayer.) |
![]() |
VisibilityMode | Gets or sets the visibility mode for the map layer. (Производный от MapLayer.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Производный от ReportObject.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetContainingDataScopes | Инфраструктура. Returns the list of report object that contains data scopes. (Производный от ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Инфраструктура. Returns the data scopes for default implementation. (Производный от ReportObject.) |
![]() |
GetDependenciesCore | Инфраструктура. Returns the dependencies core for the ReportObject object. (Производный от ReportObject.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
Initialize | Initializes the current MapPointLayer instance. (Переопределяет MapVectorLayer.Initialize().) |
![]() |
InitializeForDesigner | Инфраструктура. Initializes the report object for designer. (Производный от ReportObject.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
OnChildPropertyChanged | Инфраструктура. Raises an event when the property of the child was changed. (Производный от ReportObject.) |
![]() |
OnPropertyChanged | Инфраструктура. Raises an event when the property was changed. (Производный от ReportObject.) |
![]() |
RdlSemanticEqualsCore | Инфраструктура. Returns whether the report definition language semantic is the same with the core object. (Производный от ReportObject.) |
![]() |
SavePropertyValue<T> | Инфраструктура. Saves the property value of the report object. (Производный от ReportObject.) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Производный от ReportObject.) |
![]() ![]() |
IComponent.Disposed | Инфраструктура. Occurs when the ReportObject object is disposed. (Производный от ReportObject.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel