SubreportBase.LoadSubreportLayout(String, XtraReport) Method
Loads the layout of the report assigned to the subreport’s SubreportBase.ReportSource property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportSourceTypeName | String | A String which specifies the type name of the loaded report source. |
reportLayout | XtraReport | An XtraReport object which represents the loaded report source. |
Remarks
This method is hidden and intended for internal use only to support deserialization of a subreport’s report source. Normally, you don’t need to use it.
See Also