ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / SetCustomEvaluationBanner Method
The report to set the evaluation banner for.
The settings for the evaluation banner.

In This Topic
    SetCustomEvaluationBanner Method
    In This Topic
    Sets a custom evaluation banner for the specified report.
    Syntax
    'Declaration
     
    Public Shared Sub SetCustomEvaluationBanner( _
       ByVal report As IReport, _
       ByVal banner As EvaluationBannerSettings _
    ) 
    public static void SetCustomEvaluationBanner( 
       IReport report,
       EvaluationBannerSettings banner
    )

    Parameters

    report
    The report to set the evaluation banner for.
    banner
    The settings for the evaluation banner.
    Exceptions
    ExceptionDescription
    Thrown when the license level is not Professional.
    See Also