|
-
May 28th, 2008, 04:12 PM
#1
Thread Starter
PowerPoster
[RESOLVED] Removing Parameter Prompt from SubReport?
I am using Cystal Reports 11. I have a report in which there are several subreports. My problem is that these subreports datasource are stored procedures that take 2 parameters each. I call the report from within a VB.Net app. Everytime I run the report, I get prompted to enter the parameter values. How can I prevent this in a subreport.
Thanks,
-
May 29th, 2008, 10:02 AM
#2
Re: [RESOLVED] Removing Parameter Prompt from SubReport?
This thread is marked resolved with no posted solution.
If you resolved this for yourself, please post what do you did as it may help others with the same or similiar problem.
Thanks
-
May 29th, 2008, 12:10 PM
#3
Thread Starter
PowerPoster
Re: [RESOLVED] Removing Parameter Prompt from SubReport?
I set my parameters like such:
Code:
crDoc.SetParameterValue("@userID", strUserID)
crDoc.SetParameterValue("@groupID", intGroupID)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|