Skip to main content

SaveReportLayoutEventArgs(Byte[], String) Constructor

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting.Common

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