ActiveReports 12
ReportName Property (Subreport)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Subreport Class : ReportName Property

Gets or sets a string value containing the full path (e.g. "/salesreports/orderdetails") or relative path (e.g. "orderdetails") to the subreport.

Syntax
'Declaration
 
Public Property ReportName As String
public string ReportName {get; set;}

Property Value

A String containing the full or relative path to the subreport.

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

Reference

Subreport Class
Subreport Members