ComponentOne Reports for WPF
C1.C1Report Namespace / IC1ReportExternalRecordset Interface / EditParams Method

In This Topic
    EditParams Method (IC1ReportExternalRecordset)
    In This Topic
    This method is used to set up parameters of the current recordset. For instance, the implementation of this method can show a dialog allowing the user to edit the parameters.
    Syntax
    'Declaration
     
    Sub EditParams() 
    void EditParams()
    See Also