Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストボックスの表現で「/」で区切られたTelerikレポートの1つのテキストボックスでより多くのフィールドを連結する方法を知りたいです。
Valueテキスト ボックスのを設定すると、式を使用して複数のフィールドを連結できます。次のような単純な式でそれを行うことができます。
Value
=Fields.FirstField + '/' + Fields.SecondField
または、埋め込み式を使用できます。
{Fields.FirstFIeld}/{Fields.SecondField}
式と埋め込み式の詳細については、ドキュメントを参照してください。