Help
When designing a report with data source requesting parameters and assign a default value for expression. This fails to call in progress, which does not take the new value. Still considering the value in design.
How can I fix
Line implemented
Report.CompiledReport.DataSources[0].Parameters[0].ParameterValue = 102
Problem in Paso Parameters on exec
Problem in Paso Parameters on exec
You can use following code:
You need call this expression before compilation.
Thank you.
Code: Select all
report.Dictionary.DataSources.ClearParametersExpression();
Thank you.
Problem in Paso Parameters on exec
Thank you, it worked ok