English 中文(简体)
Report (rdlc) / ReportViewer - How tobreaking text Box into multi part when it s太长时间?
原标题:Report (.rdlc) / ReportViewer - How to break textbox text into multiple parts when it s too long?

I have a TextBox in my Report s (.rdlc) body section. The size of the textbox value is variable (can grow). The problem is, when the value is too long, a page break is generated before the textbox. I found the same question but no luck getting access the answer http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/MS-SQL_Reporting/Q_26821256.html

最佳回答

违约后,“KeepTogether财产被设定为真实财产,使整个文本箱移至下页。 <Keep Together to false, and it will separate pages.

请注意,您可从TextBox Property...dialog 箱中选择这一选择;您必须将其从Properties Window(F4)中选取。

问题回答

暂无回答




相关问题
Open PDF Programmatically in One Page View

I have a 2005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the "one page at a time mode". Right now it ...

ASP.NET ReportViewer Google Chrome CPU usage

We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report. Google Chrome then eats up 50% ...

Where to install ReportServer

I have 2 servers (IIS & SQL). A web site on the IIS server uses the ReportViewer web control. Should ReportServer be installed on the IIS box or the SQL box. (IIS is in the DMZ) TIA J

Creating a PDF of a Dynamics CRM 4.0 report programmatically

We are currently in the midst of upgrading our CRM 3.0 installation to CRM 4.0. One of the things we were doing from our external web site is pulling a PDF of a report using the ReportViewer control ...

热门标签