Parameter with default value

Stimulsoft Reports.NET discussion
Post Reply
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Parameter with default value

Post by AndyDroid »

Hi

i have variables in my report...
but i need that this variables dont have a value selected..

the problem is that my variables's data are from data column... so, when i compile the report the variables have a value selected.. i dont want this happen...

can i do that?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Parameter with default value

Post by Alex K. »

Hello,

Please try to set the ReadOnly property for variable.

Thank you.
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Re: Parameter with default value

Post by AndyDroid »

But, if i set the readonly property... the variable will not be requested to user... and i need the user select the value but first... this have to be in blank
Attachments
VariableReporting.png
VariableReporting.png (63.7 KiB) Viewed 1865 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Parameter with default value

Post by Alex K. »

Hello,

Unfortunately, it is impossible for variable with DataColumn parameters.

Thank you.
Post Reply