Hello,
I just made a simple report which use a report.parameter to select some data.
The parameter is filled through a DataSouce with a Name and a Id field.
When i switch to preview the parameter box is filled and i can select a name from it.
Then clicking the Preview button a empty report is shown.
The value of the parameter is not passed or, when a extract the value from the parameter.value there is nothing.
I do this in the NeedDataSource Event before building the query.
Dim Id As String = Report.ReportParameters("Parameter1").Value.ToString
This worked before in older reports but now, whatever i try there is no value.
Is something changed??
I'm glad if somebody can help me before i spent a lot of time on something changed or a bug.
Regards,
Ferry
I just made a simple report which use a report.parameter to select some data.
The parameter is filled through a DataSouce with a Name and a Id field.
When i switch to preview the parameter box is filled and i can select a name from it.
Then clicking the Preview button a empty report is shown.
The value of the parameter is not passed or, when a extract the value from the parameter.value there is nothing.
I do this in the NeedDataSource Event before building the query.
Dim Id As String = Report.ReportParameters("Parameter1").Value.ToString
This worked before in older reports but now, whatever i try there is no value.
Is something changed??
I'm glad if somebody can help me before i spent a lot of time on something changed or a bug.
Regards,
Ferry