This is a migrated thread and some comments may be shown as answers.

Using report parameters with VistaDB and Telerik

0 Answers 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 16 Jan 2012, 09:36 PM
Hey guys,
  
I am working on a .NET 4 Windows Forms application. The application reads data from a VistaDB 4.1 database located in the installation directory, and display a report using Telerik Reporting. The data is phone usage statistics for different people. The db therefore contains a Client table identifying the people in the system and Statistics table, with a foreign key of the client ID and containing the usage statistics for the user.
  
I want to display a listbox on the report allowing the user to select a client from the Client table. Then, the report should only view the data that pertains to this selected client from the Statistics table. The user should be able to keep switching between clients to get a different report.  
  
I know about report parameters, but how exactly do I use them to achieve this goal while working with VistadB? I am working with a manual connection to Vista and NOT a dataset (using the VistaDBConnection object).  
  
Thank you!

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Share this question
or