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

In This Topic
    PageName Property (DataRegion)
    In This Topic
    Gets or sets a name of the sheet when exporting to Excel.
    Syntax
    'Declaration
     
    Public Property PageName As ExpressionInfo
    public ExpressionInfo PageName {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the sheet name for Excel export.
    Example
    dataRegion.PageName = "SalesReport";
    See Also