ActiveReports Developer 7
ILayoutManager Interface
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ILayoutManager Interface

Glossary Item Box

Implement this interface on ReportItem to provide custom layout logic or to support advanced layout features such as pagination.

Syntax

Visual Basic (Declaration) 
Public Interface ILayoutManager 
C# 
public interface ILayoutManager 

See Also