[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.RenderingContext.-ctor

RenderingContext Constructor

RenderingContext(IPageInformationService, int, ILayoutArea)

Initializes a new instance of the RenderingContext class.

Declaration
public RenderingContext(IPageInformationService pageInfo, int themeIndex, ILayoutArea layoutArea = null)
Parameters
Type Name Description
IPageInformationService pageInfo

The page information service.

int themeIndex

The theme index. Must be greater than or equal to 0.

ILayoutArea layoutArea

Optional layout area.

Exceptions
Type Condition
ArgumentNullException

Thrown when pageInfo is null.

ArgumentOutOfRangeException

Thrown when themeIndex is less than 0.