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

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.v18.2.dll

Declaration

public void LoadSubreportLayout(
    string reportSourceTypeName,
    XtraReport reportLayout
)

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