[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Common.Internal.LayoutAreaExtensions.GetAllAreas

GetAllAreas Method

GetAllAreas(ILayoutPage)

Enumerates all layout areas from the header, body, and footer of the specified layout page.

Declaration
public static IEnumerable<ILayoutArea> GetAllAreas(this ILayoutPage layoutPage)
Parameters
Type Name Description
ILayoutPage layoutPage

The layout page whose areas to enumerate.

Returns
Type Description
IEnumerable<ILayoutArea>

An enumerable of all ILayoutArea instances on the page.