General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.v19.2.dll
Declaration
public void LoadSubreportLayout(
string reportSourceTypeName,
XtraReport reportLayout
)
Public Sub LoadSubreportLayout(
reportSourceTypeName As String,
reportLayout As XtraReport
)
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
Feedback