CustomExportEventArgs(IBasePrintable, Stream, ExportTarget, ExportOptionsBase) Constructor
In This Article
Initializes a new instance of the CustomExportEventArgs class with specified settings.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CustomExportEventArgs(
IBasePrintable printable,
Stream stream,
ExportTarget exportTarget,
ExportOptionsBase exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
printable | IBase |
An IBase |
stream | Stream | A Stream object to which the exported data should be stored. |
export |
Export |
An Export |
export |
Export |
An Export |
See Also