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