Hi,
the samples and posts in the forum are not very clear about that:
Say I have a List<MyDataObject> as Datasource, and MyDataObject has three Properties: double Value1, double Value2 and bool NeedsReformatting. On the Report I have in the detail area two textboxes, one for Value1 and one for Value2.
If NeedsReformatting is false, the Textboxes should display the values, if it is true they should display a dash "-".
I tried this with the Item DataBound event, but using the Processing classes the value is not changed and using the Reporting classes I cannot access the original value of the Data object bound to the current row.
Can you post a simple sample showing how to change the senders (Textbox) text regarding to a certain value of the databound object?
Thanks in advance
the samples and posts in the forum are not very clear about that:
Say I have a List<MyDataObject> as Datasource, and MyDataObject has three Properties: double Value1, double Value2 and bool NeedsReformatting. On the Report I have in the detail area two textboxes, one for Value1 and one for Value2.
If NeedsReformatting is false, the Textboxes should display the values, if it is true they should display a dash "-".
I tried this with the Item DataBound event, but using the Processing classes the value is not changed and using the Reporting classes I cannot access the original value of the Data object bound to the current row.
Can you post a simple sample showing how to change the senders (Textbox) text regarding to a certain value of the databound object?
Thanks in advance