Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Reporting.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