ReportDesignerExtension.GetReportXml(String) Method
Returns a binary array storing the specified report layout.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the report name. |
Returns
Type | Description |
---|---|
Byte[] | A Byte array, storing the report layout. |
See Also