Hi,
I am using some SP's for data sources for my reports and subreports. Is there a way in code or something to put in the report xml so that the parameter dialog doesn't come up everytime the report is run? I am manually updating the parameters in the report xml. When the dialog comes up it is already populated with the values that I want to send to the SP.
thanks,
I actually figured it out...
Must use DataSource.GetRecordSource() method to get the string that can be used to open a recordset.
_c1Report.DataSource.RecordSource = _c1Report.DataSource.GetRecordSource(