[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.DocumentMapProperties

DocumentMapProperties Class

Represents the properties of a document map used to access the Table of Contents (TOC) properties collection.

Inheritance
DocumentMapProperties
Namespace: GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class DocumentMapProperties

Properties

Name Description
Label

The label in document map.

Level

The level in document map.

PageNumber

The page number.

Path

The document map path.

this[string]

The indexer to support the various VB collection access syntax ( Collection!ObjectName or Collection.Item("ObjectName") or Collection("ObjectName") ).

Extension Methods