[]
Gets or sets the path to the subreport.
public string ReportName { get; set; }
Type | Description |
---|---|
string | A string value indicating the full (e.g. "/salesreports/orderdetails") or relative path (e.g. "orderdetails") to the subreport. |
Relative paths are relative to the current application's folder. The value cannot be an empty string.
Subreport subreport = new Subreport();
subreport.ReportName = "/salesreports/orderdetails";