In my VisulaStudio200 8 c#.net windows Apllication i have a crystalReport(M ain) it have 5 subreports.
i did this report in my local machine so i gave datasource, database name and other credentials i set as local only
but from coding i set database login details dynamically to get data from required source
my code is like this
Code:
ShiftSummaryReport report = new ShiftSummaryReport();
Leave a comment: