[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.PageName

PageName Property

PageName

Gets or sets the name used for the sheet in Excel exports.

Declaration
public ExpressionInfo PageName { get; set; }
Property Value
Type Description
ExpressionInfo

A ExpressionInfo object representing the name used for the sheet in Excel exports.

Examples
Subreport subreport = new Subreport();
subreport.PageName = new ExpressionInfo("SalesReportSheet");