Classe MapSubItem
Represents a subitem in the map report item.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..MapSubItem
Microsoft.ReportingServices.RdlObjectModel. . :: . .MapDockableSubItem
Microsoft.ReportingServices.RdlObjectModel. . :: . .MapViewport
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public MustInherit Class MapSubItem _
Inherits ReportObject
'Uso
Dim instance As MapSubItem
public abstract class MapSubItem : ReportObject
public ref class MapSubItem abstract : public ReportObject
[<AbstractClassAttribute>]
type MapSubItem =
class
inherit ReportObject
end
public abstract class MapSubItem extends ReportObject
O tipo MapSubItem expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BottomMargin | Gets or sets the bottom margin for the subitem. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
LeftMargin | Gets or sets the left margin for the subitem. | |
MapLocation | Gets or sets the location of the subitem. | |
MapSize | Gets or sets the size of the subitem. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
RightMargin | Gets or sets the right margin for the subitem. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Style | Gets or sets style information for the subitem. | |
TopMargin | Gets or sets the top margin for the subitem. | |
ZIndex | Gets or sets the drawing order of the subitem. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes the current MapSubItem instance. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportObject.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.