Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I will like to generate different crystal reports base on queries made of a single table or join of tables. Im trying to implement this i visual studio c# 2013.

What I have tried:

I seeing some example but a way to dynamic generate the report base on the query
Posted
Updated 7-Dec-18 9:36am
Comments
CHill60 7-Dec-18 3:57am    
This is not a clear question

1 solution

Ok let see Im trying to generate a group of crystal reports using visual studio 2013 c#.

Every report is different in terms of the statement of the query..... the query can have one table or multiples tables to access the data, but they all reference the same database.

I haven't come across an example on how to generate this reports by reading a file which will contain the query I will like to pass the adapter when retrieving the data.

Is this possible..... I know there a Data Base expert wizard in Crystal Report that allows you to edit a command property where you write the query.... Is there a class from the Crystal Report tool that I can instantiate and manipulate the properties....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900