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

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

    Property Value

    A GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the name used for the sheet in Excel exports.
    Example
    Subreport subreport = new Subreport();
    subreport.PageName = new ExpressionInfo("SalesReportSheet");
    See Also