You're Browsing As A Guest! Register Now... |
||
|
Become an Expert!
Join 416,720 Programmers for FREE! Get instant access to thousands
of experts, tutorials, code snippets, and more! There are 2,864 people online right now.Registration is fast and FREE... Join Now!
|
||
Page 1 of 1
V.B. NET 2005 and Crystal Reports: Dynamic Report Generation
#1
V.B. NET 2005 and Crystal Reports: Dynamic Report Generation
Posted 11 March 2008 - 09:59 PM
I am trying to create a dynamic report. I tried using a template dataset (to generate and xml file). I tried using formula fields. But none of them work.
Can someone give me a step-by-step, how to prepare a report template, and how to programatically code to retrieve the database information? I am nearing the end of my probationary period on my new job. My boss has told me that I need to get this right...
Stored procedure: spSearchBySupervisorID
Parameters:
1. @SupervisorID (nchar)
2. @SelectionType (nvarchar)
3. @StartDate (smalldatetime)
4. @EndDate (smalldatetime)
Fields:
1. LastName
2. FirstName
3. RequestSubmissionDate
4. StartDate
5. EndDate
The program allows employees to submit on-line request for time off, i.e. vacation or sick leave. The supervisor replies back by filing out an on-line form. But the supervisor needs to access the records to fill out forms and see various reports.
Thank you in advance.
Can someone give me a step-by-step, how to prepare a report template, and how to programatically code to retrieve the database information? I am nearing the end of my probationary period on my new job. My boss has told me that I need to get this right...
Stored procedure: spSearchBySupervisorID
Parameters:
1. @SupervisorID (nchar)
2. @SelectionType (nvarchar)
3. @StartDate (smalldatetime)
4. @EndDate (smalldatetime)
Fields:
1. LastName
2. FirstName
3. RequestSubmissionDate
4. StartDate
5. EndDate
The program allows employees to submit on-line request for time off, i.e. vacation or sick leave. The supervisor replies back by filing out an on-line form. But the supervisor needs to access the records to fill out forms and see various reports.
Thank you in advance.
#2
Re: V.B. NET 2005 and Crystal Reports: Dynamic Report Generation
Posted 13 March 2008 - 04:05 AM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks
Post your code like this:
Thanks
#3
Re: V.B. NET 2005 and Crystal Reports: Dynamic Report Generation
Posted 24 August 2008 - 11:33 PM
Check This link , It is a step by step help for creating dynamic crystal report.
http://vb.net-inform...uery_string.htm
thanks.
http://vb.net-inform...uery_string.htm
thanks.
Page 1 of 1


Ask A New Question
Reply



MultiQuote







|