[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.IDocumentExport

IDocumentExport Interface

Provides a common interface for all the export filters.

Namespace: GrapeCity.ActiveReports.Export
Assembly: MESCIUS.ActiveReports.dll
Syntax
public interface IDocumentExport

Methods

Name Description
Export(SectionDocument, IOutputHtml, string)

Exports the specified document.

Export(SectionDocument, Stream)

Exports the specified document.

Export(SectionDocument, Stream, string)

Exports the specified document.

Export(SectionDocument, string)

Exports the specified document.

Export(SectionDocument, string, string)

Exports the specified document.

Extension Methods