[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Interfaces.IDocumentMapProvider

IDocumentMapProvider Interface

Represents document map provider.

Namespace: GrapeCity.ActiveReports.Rendering.Components.Interfaces
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDocumentMapProvider

Properties

Name Description
DocumentMap

Gets document map.

Methods

Name Description
FindNode(IReportItem)
Reset()
ResolveNode(IReportItem)

Events

Name Description
DocumentMapChanged

Raised when DocumentMap is changed.

Extension Methods