FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / RenderReportAction Class / ParameterValues Property

In This Topic
    ParameterValues Property (RenderReportAction)
    In This Topic
    Gets the initial values of report parameters.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParameterValues As Dictionary(Of String,Object)
    public Dictionary<string,object> ParameterValues {get;}
    See Also