cancel
Showing results for 
Search instead for 
Did you mean: 

c# crystal reports 2015 one report - 10 pages

marko_knezevic
Explorer
0 Kudos

Hello.

I am using VS2015 with Crystal reports for  VS2015 - CRforVS_13_0_18.exe.

I want creat labels, which currently works fine, but have strange "error",

For every report, create me 10 pages, can resolve problem.

I could say, Yes, print me only first page, but this is for me not resolve, it is bypass.

I was trying with section expert, etc..., but without proper solution.

Does some have any other idea?

Best regards,

Marko

Accepted Solutions (1)

Accepted Solutions (1)

DonWilliams
Active Contributor
0 Kudos

You are using a very old SP 18.

Time to upgrade to the latest SP 35:

https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html

See this blog I wrote to upgrade to the latest:

Upgrading a Visual Studio 2008->2022 .NET project with the latest CR .NET SDK packages

To print only one page you may need to set the filter to only return 1 page of data or other options.

Try my Printing test app and see if that helps:

Printing Crystal Reports in .NET

If not then need more details?

marko_knezevic
Explorer
0 Kudos
Thanks for quick reply and late answer.
marko_knezevic
Explorer
0 Kudos
Thanks for quick reply and late answer. I update CR with CRforVS13SP29_0-10010309.EXE But i still have the same problem. The problem exist if i want to use Section 3 (Details) and it always create 10 copies. I could resolve if i data from details move to Section 2 (Page Header) and will create only single page as i want. Maybe i do notcorrectly understand, but as i know, Section 2 should be Only for let sas, recipiens etc. Detail for rest. Thanks for help.
DonWilliams
Active Contributor
0 Kudos
You are using SP 29, upgrade to SP 35 as I suggested and try again
marko_knezevic
Explorer
0 Kudos

Yea, you are right, but because i user VS2015 and in article is notification:

marko_knezevic_0-1715060913495.png

But i will try again.

marko_knezevic
Explorer
0 Kudos

Do you have maybe link to SP35?

Like it was in artickle:
Example for SP 29 - https://origin.softwaredownloads.sap.com/public/file/0020000001636412020

Because i cannot download or find the proper way.

Sorry and thanks in advance.

Answers (1)

Answers (1)

DonWilliams
Active Contributor
0 Kudos

Try this URL:

https://origin.softwaredownloads.sap.com/public/site/index.html

You should be able to see them all, use SP 35, EXE is to install into VS and All other files are for distribution only. Not required to be installed on your Dev PC.

Blog on upgrading your Project I wrote:

Upgrading a Visual Studio 2008->2022 .NET project with the latest CR .NET SDK packages