[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IReportLayout

IReportLayout Interface

Represents the interface for the report layout.

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

Properties

Name Description
EvaluationMessage

Gets the evaluation message.

MetadataDictionary

Gets the master metadata dictionary associated with this layout tree.

Pages

Gets the pages enumerator.

Methods

Name Description
PagesLimited(int)

Returns an enumerable pages collection limited by the specified argument.

Extension Methods