Skip to main content
A newer version of this page is available. .

SaveReportLayoutEventArgs(Byte[], String) Constructor

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

public SaveReportLayoutEventArgs(
    byte[] reportLayout,
    string parameters
)

Parameters

Name Type Description
reportLayout Byte[]

A Byte array, storing the serialized report layout.

parameters String

A String value, specifying the report parameters.

See Also