Hi there,
What I am attempting to do is this with in my project. Using 3 separate listboxs to present data to be selected and then a run button. the idea is this layout.
Listbox1 contains a list of rdlc reports that is created
Listbox2 will contain a list of filters that can be selected if needed
Listbox3 will reflect the filter variables that can be used.
will be using sql data for listbox3 variables
so I would select report from listbox1 then in listbox2 there would be a filter for dates. Listbox3 will reflect the dates available to be selected (one or multiple) then a button to execute this report.
I currently have listbox1 showing the reports and able to use the button to run it via a doubleclick on the button. This works perfect for what I want so far.
So I am new to this and been looking and trying things to make my listbox2 and 3.
looking for some suggestions or what terminology I need to look for what I need.
Thanks
What I am attempting to do is this with in my project. Using 3 separate listboxs to present data to be selected and then a run button. the idea is this layout.
Listbox1 contains a list of rdlc reports that is created
Listbox2 will contain a list of filters that can be selected if needed
Listbox3 will reflect the filter variables that can be used.
will be using sql data for listbox3 variables
so I would select report from listbox1 then in listbox2 there would be a filter for dates. Listbox3 will reflect the dates available to be selected (one or multiple) then a button to execute this report.
I currently have listbox1 showing the reports and able to use the button to run it via a doubleclick on the button. This works perfect for what I want so far.
So I am new to this and been looking and trying things to make my listbox2 and 3.
looking for some suggestions or what terminology I need to look for what I need.
Thanks
Last edited: