Hi I want to generate multipule reports from different datasets. So for example I have two different datasets:
1. Student DataSet
2. Classes DataSet
The Student DataSet contains these columns:
1. First Name
2. Last Name
3. Address
4. Email
5. Social #
The 2nd DataSet contains these columns
1. Class number
2. Class Description
3. Class Time
I would like to generate multipule reports with one reportViewer control/one .rdlc file into the Microsoft's local report engine. I do not want to create multipule .rdlc's for each output. Is there a way to dynamically display the current dataset into a .rdlc, then generate the report?
This is one of the examples I was looking at but you have to create the columns statically, drag/drop those fields into the report viewer control "table."
I want to be able to have different datasets and have the reportviewer generate a new report automatically without having to edit the .rdlc file. I couldn't find a good easy example of how to approach this, thanks!
1. Student DataSet
2. Classes DataSet
The Student DataSet contains these columns:
1. First Name
2. Last Name
3. Address
4. Email
5. Social #
The 2nd DataSet contains these columns
1. Class number
2. Class Description
3. Class Time
I would like to generate multipule reports with one reportViewer control/one .rdlc file into the Microsoft's local report engine. I do not want to create multipule .rdlc's for each output. Is there a way to dynamically display the current dataset into a .rdlc, then generate the report?
This is one of the examples I was looking at but you have to create the columns statically, drag/drop those fields into the report viewer control "table."
I want to be able to have different datasets and have the reportviewer generate a new report automatically without having to edit the .rdlc file. I couldn't find a good easy example of how to approach this, thanks!