Link to home
Start Free TrialLog in
Avatar of PNKJ
PNKJ

asked on

dynamically add columns to crystal report

How can I create a xsd file. I am trying to create a crystal report from dataset returned by the business layer in asp.net

 myobj_Dataset = myobj_getQuery.QueryDataGet( val1 val2,  )  where QueryDataGet is the method in the business layer that retuns dataset.

How can I add dynamic columns to my report or bind the report to the dataset    myobj_Dataset   retuned by the business class?

ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial