[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.Streaming.IStreamingGenerator

IStreamingGenerator Interface

Interface for streaming generator implementations.

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

Properties

Name Description
PatchCollector

Gets the patch collector associated with this generator.

Methods

Name Description
CreatePage(PageInfo)

Creates a new page based on the provided page information.

Init(IBookmarkService)

Initializes the streaming generator with the specified bookmark service.

Extension Methods