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

Glossary Item Box

The following tables list the members exposed by ILayoutManager.

Public Properties

 NameDescription
 PropertyCapabilitiesSpecifies layout capabilities of the item being laid out.  
Top

Public Methods

 NameDescription
 MethodInitializeAllows initialization of layout manager with specifies ITargetDevice.  
 MethodLayoutLays out the content that the specified ContentRange represents.  
 MethodMeasureA query by the layout system of what the results of a call to Layout would be with the specified settings.  
Top

See Also