[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.ReportName

ReportName Property

ReportName

Gets or sets the path to the subreport.

Declaration
public string ReportName { get; set; }
Property Value
Type Description
string

A string value indicating the full (e.g. "/salesreports/orderdetails") or relative path (e.g. "orderdetails") to the subreport.

Remarks

Relative paths are relative to the current application's folder. The value cannot be an empty string.

Examples
Subreport subreport = new Subreport();
subreport.ReportName = "/salesreports/orderdetails";