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

ITemplateProvider.GetTemplateLayout(Guid) Method

Returns the layout of a specified report template.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

byte[] GetTemplateLayout(
    Guid templateID
)

Parameters

Name Type Description
templateID Guid

A Byte array, storing the template layout.

Returns

Type Description
Byte[]

A Guid structure.

See Also