Hi,
Can anyone help me with this issue. I couldn't find a solution for this problem.
I have a storedprocedure that has one field optional
@ReportID VARCHAR(14) = '0X000000000000'
In Report I have 30 parameters Field [no ReportID field as its optional in storedprocedure].
1. In visual studio 'Main Report Preview' It prompts me for 30 parameters [Working fine]
2. I run the code in web with nothing filled. When it prompts it shows me 31 parameters. Why is it asking me that optional parameter.
Current fix [not a perfect one]
. Planning to modify the storedprocedure and report, which mean I have to modify a lot of report which uses that storedprocedure.
Is there other alternative for this fix.
Code used
Asp.net/C#
Crystal report XI
Thank you
Lakpa