ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Subreport Class / PageName Property

In This Topic
    PageName Property (Subreport)
    In This Topic
    Gets or sets the string used for naming the sheet in Excel export.
    Syntax
    'Declaration
     
    Public Property PageName As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo PageName {get; set;}
    See Also