FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.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