Skip to main content
All docs
V23.2

ExportedDocument(Byte[], String, String) Constructor

Initializes a new instance of the ExportedDocument class with specified settings.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public ExportedDocument(
    byte[] bytes,
    string contentType,
    string fileName
)

Parameters

Name Type
bytes Byte[]
contentType String
fileName String
See Also