ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Container Class / PageName Property
Example

In This Topic
    PageName Property (Container)
    In This Topic
    Gets or sets the string used for naming the sheet in Excel export.
    Syntax
    'Declaration
     
    Public Property PageName As ExpressionInfo
    public ExpressionInfo PageName {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the name of the sheet in Excel export.
    Example
    Container container = new Container();
    container.PageName = "Sheet1";
    See Also