[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DocumentMapNode

DocumentMapNode Class

Represents a document map node.

Inheritance
DocumentMapNode
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class DocumentMapNode

Constructors

Name Description
DocumentMapNode(string, string, int[], int[], IEnumerable<DocumentMapNode>)

Initializes a new instance of the DocumentMapNode class with the specified properties.

DocumentMapNode(string, string, int[], int[], Func<IEnumerable<DocumentMapNode>>)

Initializes a new instance of the DocumentMapNode class with the specified properties.

Fields

Name Description
Empty

Gets an empty document map node.

Properties

Name Description
Bookmark

Gets the bookmark of the document map node.

Children

Gets the child nodes of the document map node.

Label

Gets the label of the document map node.

Levels

Gets the levels of the document map node.

Numerics

Gets the numeric elements of the document map node.

Extension Methods