ITemplateProvider.GetTemplateLayout(Guid) Method
Returns the layout of a specified report template.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
templateID | Guid | A Byte array, storing the template layout. |
Returns
Type | Description |
---|---|
Byte[] | A Guid structure. |
See Also