Setting SQL Statement of Datasource
Posted: Mon Jan 21, 2008 10:13 am
Hi,
how can i set the SQL Statement for the Datasource in my vb.net code ?.
i use the following lines to use the Parameter
stireport1.CompiledReport.DataSources("WaWi_VKBelegeumsaetze").Parameters("Artikelmatch").ParameterValue = suchabfrage
Instead of using lots of Parameters for data ranges etc, i would like to put my own Select statement together and send it to the reports Datasource.
names "VKBelegeumsaetze".
Thx for helping
stephan
how can i set the SQL Statement for the Datasource in my vb.net code ?.
i use the following lines to use the Parameter
stireport1.CompiledReport.DataSources("WaWi_VKBelegeumsaetze").Parameters("Artikelmatch").ParameterValue = suchabfrage
Instead of using lots of Parameters for data ranges etc, i would like to put my own Select statement together and send it to the reports Datasource.
names "VKBelegeumsaetze".
Thx for helping
stephan