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

Join String In Report field

1 Answer 954 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ching-Yen
Top achievements
Rank 1
Ching-Yen asked on 28 Feb 2008, 01:06 PM
My I know how can I join string/data in a single Report Field?

Example:
=Fields.uAddress1 & ", " &  =Fields.uAddress2


Please advice.

1 Answer, 1 is accepted

Sort by
0
Hrisi
Telerik team
answered on 29 Feb 2008, 09:15 AM
Hello Ching-Yen,

The basic syntax of the expressions is described in Reporting Documentation - see Using Expressions.
Follow the documentation, your expression can be rewritten in the Reporting Expression editor, and it will look something like this:

=Fields.uAddress1 + ", " + Fields.uAddress2

In addition you can take a look at YourReport.Designer.vb to see how this expression is serialized by the Visual Studio.

I hope this information helps.

Regards,
Hrisi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Ching-Yen
Top achievements
Rank 1
Answers by
Hrisi
Telerik team
Share this question
or