PageName Property (Subreport)
Gets or sets the name used for the sheet in Excel exports.
Property Value
A
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the name used for the sheet in Excel exports.
Subreport subreport = new Subreport();
subreport.PageName = new ExpressionInfo("SalesReportSheet");