[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ILayoutTree

ILayoutTree Interface

Represents the interface for the layout tree.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ILayoutTree : IDisposable

Properties

Name Description
EvaluationMessage

Gets the evaluation message.

this[int]

Gets the layout page at the specified index.

MasterReport

Gets the IReport instance associated with this layout.

MetadataDictionary

Gets the metadata dictionary associated with this layout tree.

PageCount

Gets the total number of laid out pages.

Pages

Gets an enumerable collection of layout pages.

Extension Methods