SaveReportLayoutEventArgs(Byte[], String) Constructor
Initializes a new instance of the SaveReportLayoutEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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