ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReport Interface / GetEvaluationMessage Method
A value indicating whether the professional evaluation message is needed.

In This Topic
    GetEvaluationMessage Method
    In This Topic
    Gets the evaluation message for the report.
    Syntax
    'Declaration
     
    Function GetEvaluationMessage( _
       ByVal pro As Boolean _
    ) As String
    string GetEvaluationMessage( 
       bool pro
    )

    Parameters

    pro
    A value indicating whether the professional evaluation message is needed.

    Return Value

    A System.String representing the evaluation message.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also