Clase DocumentMapNode
A node in the document map.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.ReportProcessing.OnDemandDocumentMapNode
Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class DocumentMapNode _
Inherits OnDemandDocumentMapNode
'Uso
Dim instance As DocumentMapNode
[SerializableAttribute]
public sealed class DocumentMapNode : OnDemandDocumentMapNode
[SerializableAttribute]
public ref class DocumentMapNode sealed : public OnDemandDocumentMapNode
[<SealedAttribute>]
[<SerializableAttribute>]
type DocumentMapNode =
class
inherit OnDemandDocumentMapNode
end
public final class DocumentMapNode extends OnDemandDocumentMapNode
El tipo DocumentMapNode expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Id | Gets a unique identifier for the node. (Se hereda de OnDemandDocumentMapNode.) | |
Label | Gets the node label. (Se hereda de OnDemandDocumentMapNode.) | |
Level | Gets the node level in the document map. (Se hereda de OnDemandDocumentMapNode.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
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
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering