Winforms Telerik reporting:多个文本框并排显示并缩小

Winforms Telerik reporting:多个文本框并排显示并缩小,winforms,telerik-reporting,Winforms,Telerik Reporting,我想在两个标签之间并排放置多个文本框,如下所示: ([=Fields.city] [=Fields.state] [=Fields.zip]) (Punxsutawney PA 15767) (Concord MA 01742) (Punxsutawney PA 15767) (Concord MA 01742) 并将其显示如下: ([=Fields.city] [=Fie

我想在两个标签之间并排放置多个文本框,如下所示:

    ([=Fields.city] [=Fields.state] [=Fields.zip])
      (Punxsutawney PA 15767)
      (Concord MA 01742)
      (Punxsutawney            PA 15767)
      (Concord                 MA 01742)
并将其显示如下:

    ([=Fields.city] [=Fields.state] [=Fields.zip])
      (Punxsutawney PA 15767)
      (Concord MA 01742)
      (Punxsutawney            PA 15767)
      (Concord                 MA 01742)
不是这样的:

    ([=Fields.city] [=Fields.state] [=Fields.zip])
      (Punxsutawney PA 15767)
      (Concord MA 01742)
      (Punxsutawney            PA 15767)
      (Concord                 MA 01742)

这可能吗?我把每个文本框都缩小了,但没有做到。我还尝试向左停靠,但也不起作用,而且它对字符串文本(括号)的处理方式与绑定到数据的字段的处理方式不同。

CanGrow
属性仅在垂直方向起作用。尝试使用
HtmlTextBox
。您可以在那里使用变量或参数,使用各种样式等等