[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension

ImageRenderingExtension Class

Represents implementation of IRenderingExtension. Allows to render IReport in image.

Inheritance
ImageRenderingExtension
Namespace: GrapeCity.ActiveReports.Export.Image.Page
Assembly: MESCIUS.ActiveReports.Export.Image.dll
Syntax
public sealed class ImageRenderingExtension : ITrackableRenderingExtension, IRenderingExtension, IConfigurable

Constructors

Name Description
ImageRenderingExtension()

Methods

Name Description
GetSupportedSettings()

Returns settings of current ImageRenderingExtension instance.

GetSupportedSettings(bool)

Returns settings of current ImageRenderingExtension instance.

Render(IReport, StreamProvider, NameValueCollection)

Implements Render(IReport, StreamProvider) method.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Implements Render(IReport, StreamProvider) method.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress<ProgressInfo>)

Implements Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress<ProgressInfo>) method.