Classe DocumentMapNode
Represents a single node in the document map.
Hierarquia de herança
Object
Microsoft.Reporting.WinForms.DocumentMapNode
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public NotInheritable Class DocumentMapNode
public sealed class DocumentMapNode
public ref class DocumentMapNode sealed
[<Sealed>]
type DocumentMapNode = class end
public final class DocumentMapNode
O tipo DocumentMapNode expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Children | Gets a collection of child document map nodes. | |
Id | Gets the unique identifier of the document map node. | |
Label | Gets the label associated with the document map node. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
DocumentMapNode is returned by the GetDocumentMap methods of the LocalReport and ServerReport classes.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.