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.

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

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