I am trying to pass a set of parameters (two dates) to a report from .NET. However nothing seems to be working. My
ReportDocument.RecordSelectionFormula
works fine, but i have tried to use ParameterValue(s) and ParameterField(s) with no luck. Does anyone know how to do this? I either get null exception errors or that i can't put dates in those two objects.
Note: I am converting to pdf and bringing that up for view.
Thanks
MJnaeblis
ReportDocument.RecordSelectionFormula
works fine, but i have tried to use ParameterValue(s) and ParameterField(s) with no luck. Does anyone know how to do this? I either get null exception errors or that i can't put dates in those two objects.
Note: I am converting to pdf and bringing that up for view.
Thanks
MJnaeblis