ExportedDocument(Byte[], String, String, String) Constructor
In This Article
Initializes a new instance of the ExportedDocument class with specified settings.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public ExportedDocument(
byte[] bytes,
string contentType,
string fileName,
string contentDisposition
)
#Parameters
Name | Type |
---|---|
bytes | Byte[] |
content |
String |
file |
String |
content |
String |
See Also