Hi,
i just download a Demo version of Stimulsoft.Net 2010 to test it if i can create a complex report for my company work.
I explain what i need to do,i have a Database create with Sql Server 2005 i need to store the data from it and create a complex report(at least for me ),
this database have many DataTable :
- Country_Tbl (CountryCode(PK),CountryName)
- City_Tbl (CityCode(PK) , CityName, CountryCode(FK))
- Hotel_Tbl (HotelCode(PK),HotelName, CountryCode(FK) , CityCode(FK), ...)
- Excursion_Tbl (ExcursionCode(PK), ExcursionName, CountryCode(FK) , CityCode(FK), ...)
- Cruise_Tbl (CruiseCode(PK), CruiseName, CountryCode(FK) , CityCode(FK), ....)
- Transport_Tbl (TransportCode(PK), TransportName, CountryCode(FK) , CityCode(FK), ....)
.....and so on.
I wish create a report begining to choose the country(from Country_Tbl) after show all cities of the country chosed in a CheckBoxList (from City_Tbl) and check the cities i wish show in the report and at the end in a ChekBoxList insert the List of Services (Hotel,Excursion,Cruise,Transport, .... ) if i check a service it will visible in the report (these services refer to cities i checked in the previous step).
I am doing some test using multi parameters but not luck so i ask you have some help or advice if my report can be developed or it is really complex(it is the first time i create a report) .
Thanks for you attention
Cheers
SQL Report with multi parameters
SQL Report with multi parameters
Hello,
Can you attach your report (or send it to support@stimulsoft.com). Also show your source code which you use for report rendering.
Thank you.
Can you attach your report (or send it to support@stimulsoft.com). Also show your source code which you use for report rendering.
Thank you.