ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ISubreport Interface / PageName Property

In This Topic
    PageName Property (ISubreport)
    In This Topic
    Gets the string used for naming the sheet in Excel export.
    Syntax
    'Declaration
     
    ReadOnly Property PageName As String
    string PageName {get;}

    Property Value

    A System.String representing the sheet name in Excel export.
    See Also