Skip to main content
All docs
V26.1
  • ExportedDocument(Byte[], String, String, String) Constructor

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

    Namespace: DevExpress.XtraReports.Web.ClientControls

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

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

    Parameters

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