[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.Streaming.IPage

IPage Interface

Represents a page in the document rendering process.

Namespace: GrapeCity.ActiveReports.Rendering.Export.Streaming
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IPage

Properties

Name Description
Canvas

Gets the drawing canvas associated with this page.

Interactivity

Gets the interactivity features associated with this page.

Methods

Name Description
Flush()

Flushes the current state of the page, finalizing any pending drawing operations.

Extension Methods