我的报告是一份命令表。 每次订购单的页数,我都希望打上X页,X是当前秩序和秩序的页数。
所有命令均在不同的网页上(同一页上没有两项命令)。
如果我能打上X页,我只读第x页。
我知道,我只能为每项命令多次编写报告,但我似乎不喜欢这种想法。
这是否甚至可能,如果是的话?
感谢
我的报告是一份命令表。 每次订购单的页数,我都希望打上X页,X是当前秩序和秩序的页数。
所有命令均在不同的网页上(同一页上没有两项命令)。
如果我能打上X页,我只读第x页。
我知道,我只能为每项命令多次编写报告,但我似乎不喜欢这种想法。
这是否甚至可能,如果是的话?
感谢
检查这一程序:
1-Drag a text Box to end of each group (of orderid)
2- 文本箱书写:=GetPage(排序)
3-In code of report page write a vb code that have a counetpage number and when orderid was changed, reset a counetpage and finally return counetpage
I have a narrow table on a report with 6 columns. The table has to hold 1 - 4 rows, depending on the data. I designed the report so that there is enough white space to accommodate 4 rows. I want to ...
MSDN says about Report Viewer in VS 2008: "The ReportViewer controls require information that is only exposed through the SQL Server 2005 SOAP execution endpoint." http://www.gotreportviewer.com/ ...
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 ...
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% ...
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
Is there any way to include an embedded font with a pdf export from the .NET report viewer control?
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 ...
I ve got the main report displaying just fine. Can t get the subreport to display data. Parameters are setup and linked appropriately, but still nothing. Am I missing something obvious? Is there a bug ...