This is a migrated thread and some comments may be shown as answers.

How pass a field into property

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 24 Nov 2018, 12:49 PM

Dear all

 I have a report that fill with a Sql Data Source , but additionally need at runtime pass the value of the one textbox to a property of ReportParameter.

Im working in VB , please your urgent support

Regards

William

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 28 Nov 2018, 03:21 PM
Hello William,

The Report Parameters are processed before report items (e.g. TextBoxes), hence by design it is not possible to assign the run time value of a TextBox to a Report Parameter.

Generally, the purpose of the Report Parameters is to specify/filter the data to use in a report, connect related reports, and vary report presentation. If you would like the value of a Report Parameter to depend on a DataSource, you may use the AvailableValues -> DataSource property of the parameter.

Consider sharing the scenario that requires assigning the run time value of a report item to a Report Parameter, so that we can try to suggest a solution.

Regards,
Todor
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
William
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or