ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / Parameters Property

In This Topic
    Parameters Property (ReportSnapshot)
    In This Topic
    Gets the report parameter values.
    Syntax

    Property Value

    A dictionary where the key is a System.String representing the parameter name, and the value is a list of ReportParameterInfo<T> objects representing the parameter values.
    See Also