[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.PageName

PageName Property

PageName

Gets or sets the string used for naming the sheet in Excel export.

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

An ExpressionInfo object containing the name of the sheet in Excel export.

Examples
Container container = new Container();
container.PageName = "Sheet1";