Skip to main content

LinkBase.ExportToImage(Stream, ImageExportOptions) Method

In This Article

Exports a report to the specified stream in image format using the specified image-specific options.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void ExportToImage(
    Stream stream,
    ImageExportOptions options
)

#Parameters

Name Type Description
stream Stream

A Stream object to which the created image file should be sent.

options ImageExportOptions

A DevExpress.XtraPrinting.ImageExportOptions object which specifies the image export options to be applied when a report is exported.

See Also