SSRSDocumentSource allows you to add parameter value to SSRS report through Parameters property of C1DocumentSource class. Additionally, SSRSDocumentSource class provides ValidateParameters method to validate the current parameters in the report and refresh the existing parameter value list.
The following code explains the use of Parameters property and ValidateParameters method to add parameter value to a report.