Skip to main content
A newer version of this page is available. .

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public PageVisualBricksEnumerator GetPageVisualBricksEnumerator()

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