Skip to main content
A newer version of this page is available. .

ReportDesignerExtension.GetReportXml(String) Method

Returns a binary array storing the specified report layout.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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