DrawEventArgs.GetPageVisualBricksEnumerator() Method
For internal use. Returns an enumerator containing visual bricks generated for all report controls on this page.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraReports.Native.PageVisualBricksEnumerator | A DevExpress.XtraReports.Native.PageVisualBricksEnumerator object containing views of all the controls on a report page. |
Remarks
The GetPageVisualBricksEnumerator method is primarily intended for internal use to perform custom calculations on a page. For instance, calculating summaries, maximum or minimum values, etc.
Normally, you do not need to use this method in your code.
See Also