Classe DocumentMapNode
Represents a single node in the document map.
Gerarchia di ereditarietà
System.Object
ReportExecution2005.DocumentMapNode
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Class DocumentMapNode
'Utilizzo
Dim instance As DocumentMapNode
public class DocumentMapNode
public ref class DocumentMapNode
type DocumentMapNode = class end
public class DocumentMapNode
Nel tipo DocumentMapNode sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DocumentMapNode | Initializes a new instance of the DocumentMapNode class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Children | Gets or sets a collection of child document map nodes. | |
Label | Gets or sets the label to be displayed for this node. | |
UniqueName | Gets or sets the unique name of the report item or grouping that this node should point to. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
DocumentMapNode is returned by the GetDocumentMap method.
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.