I have a subreport that uses the same data as my main report. Right now, it populates its dataset by re-querying the database.
Is there a way to pass the data set to the subreport instead of creating the dataset again for the sub report,because this will improve the performance of the report.
Can i use shared dataset or the sub report will query the shared the dataset again ??