It turned out to be pretty easy.
ReportClientDocument rcd = new ReportClientDocument();
rcd.DataDefController.ParameterFieldController.SetCurrentValue("", "@StartDate", yourDateVariable.ToString()
rcd.DataDefController.ParameterFieldController.SetCurrentValue("", "@EndDate", yourDateVariable.ToString()
Hope this helps you
No comments:
Post a Comment