Skip to main content

ReportDesignerExtension.GetReportXml(String) Method

Returns a binary array storing the specified report layout.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static byte[] GetReportXml(
    string name
)

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