Jan wrote:Sorry i don't understand. You want change text of component from report script or from code of your application?
I'd like to implement operation like "bind specific column of data source with the component" from application code.
For text (and others except RTF and Image) component I just put "{dataSourceName.columnName}" as component value. That works very well, I just thought there is more comfortable way to do this.
Jan wrote:You need parse value, because each component is not linked to specified column, each component have expression which calculated by report engine.
Both RTF and Image components have DataColumn property, which I still have to parse for data source and column names, but it has a little different format: "dataSourceName.columnName" (i.e. without braces).
If every component would have "DataSource" and "DataColumn" properties, binding data can be easier, but currently it works and that is most important.
Thanks for your explanation.