ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / UpdateEvalMessage Method
The evaluation message.

In This Topic
    UpdateEvalMessage Method
    In This Topic
    Updates the evaluation message in the report snapshot.
    Syntax
    'Declaration
     
    Public Function UpdateEvalMessage( _
       ByVal message As String _
    ) As ReportSnapshot
    public ReportSnapshot UpdateEvalMessage( 
       string message
    )

    Parameters

    message
    The evaluation message.

    Return Value

    A new instance of ReportSnapshot with the updated evaluation message.
    See Also