Hi
I have added a table adatpter and dataset as my datasources for the report,
I have built a query in the table adapter that will get values according to query parameters.
I have made both the table adpater and dataset public, so is it possible for me to use
report.tableAdapter1.fillBy(dataset1.table, "Param1","Param2");
and query the information like that ?
Please help
I have added a table adatpter and dataset as my datasources for the report,
I have built a query in the table adapter that will get values according to query parameters.
I have made both the table adpater and dataset public, so is it possible for me to use
report.tableAdapter1.fillBy(dataset1.table, "Param1","Param2");
and query the information like that ?
Please help