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

Reporting textbox information

1 Answer 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eugene
Top achievements
Rank 1
Eugene asked on 09 Sep 2008, 05:07 AM
Hi,

I would like to know that if it is possible that in 1 reporting textbox, can I put in data as well as text in it?

For example is in the textbox I want to put something like this.

ex: Thank you [=Fields.name] for coming. We have received your mail from [=Fields.email].

Is this possible to be done in 1 textbox rather than multiple textboxes?

Thanks.

Regards,
Eugene

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 09 Sep 2008, 07:18 AM
Hello Eugene,

You can achieve any combination if needed:

="Thank you " + Fields.Name + " for coming. We have received your mail from " + Fields.Email

Regards,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Eugene
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or