
Creates the full report layout into ReportLayout and a data-only layout into ReportLayoutDataOnly.
public ReportResult CreateLayout(bool subreport);
Return Value
An enumeration of ReportResult indicating whether the creation succeeded or not.
Parameters
subreport
True to create the layout as SubreportLayout rather than ReportLayout.
Remarks
This may not need to be called because the various output methods, such as Print, call it automatically.