GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ILayoutManagerEx Interface |
The following tables list the members exposed by ILayoutManagerEx.
Name | Description | |
---|---|---|
Capabilities | Specifies layout capabilities of the item being laid out. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager) | |
IsOverflowLayout | Special flag to allow to layout managers to work with OPH layout manager. OPH layout manager should update this flag to notify, that some data will be moved to OPH. |
Name | Description | |
---|---|---|
ConditionalRollback | Conditionally rolls back last layout operation(s), returns true if there are any un-reset children | |
Initialize | Allows initialization of layout manager with specifies ITargetDevice. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager) | |
Layout | Lays out the content that the specified ContentRange represents. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager) | |
Measure | A query by the layout system of what the results of a call to Layout would be with the specified settings. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager) |