ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer.Services Namespace / RenderSettings Class / Parameters Property

In This Topic
    Parameters Property (RenderSettings)
    In This Topic
    Specified parameter values
    Syntax
    'Declaration
     
    Public Property Parameters As Dictionary(Of String,Object())
    public Dictionary<string,object[]> Parameters {get; set;}
    See Also