Compartir a través de


Clase DocumentMapNode

Represents a single node in the document map.

Jerarquía de herencia

System. . :: . .Object
  ReportExecution2005..::..DocumentMapNode

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DocumentMapNode
'Uso
Dim instance As DocumentMapNode
[SerializableAttribute]
public class DocumentMapNode
[SerializableAttribute]
public ref class DocumentMapNode
[<SerializableAttribute>]
type DocumentMapNode =  class end
public class DocumentMapNode

El tipo DocumentMapNode expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DocumentMapNode Initializes a new instance of the DocumentMapNode class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Children Gets or sets a collection of child document map nodes.
Propiedad pública Label Gets or sets the label to be displayed for this node.
Propiedad pública UniqueName Gets or sets the unique name of the report item or grouping that this node should point to.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

DocumentMapNode is returned by the GetDocumentMap method.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia