I have been tasked to create a sort of custom/hybrid report generation tool. I ran into a snag that I could use some advice with. Fairly new to programming so excuse my lack of knowledge.
We are talking about 300 or so reports with various parameters. I was thinking of creating a panel on my asp master page and then somehow dynamically adding control objects to the panel based on the selected report from a drop down.
I thought possibly I could create a class to keep all of the creation objects in one location but I seem to run into issues accessing a panel from the class or vice versa.
So, my question is this, I am open to ideas and opinions. Needs to be ASP/C#.
What would be the easiest/ most simple way of going about this? Any recommendations? Scrap the class/panel idea? Use an spx page for each report and call that in the master? I just am not sure what would be the best way to go about this.
We are talking about 300 or so reports with various parameters. I was thinking of creating a panel on my asp master page and then somehow dynamically adding control objects to the panel based on the selected report from a drop down.
I thought possibly I could create a class to keep all of the creation objects in one location but I seem to run into issues accessing a panel from the class or vice versa.
So, my question is this, I am open to ideas and opinions. Needs to be ASP/C#.
What would be the easiest/ most simple way of going about this? Any recommendations? Scrap the class/panel idea? Use an spx page for each report and call that in the master? I just am not sure what would be the best way to go about this.