Silverlight report designer

Stimulsoft Reports.Silverlight discussion
Locked
asimzia
Posts: 4
Joined: Thu May 24, 2012 10:02 am
Location: UK

Silverlight report designer

Post by asimzia »

Hi,
I have a page with Header footer and databand which is bound to datasource, it all works fine.
I am trying to add additional page for Terms and conditions. What I want is to add some given text not part of datasource, simply putting into a text-box.
I tried number of things but it didn't work at all.
I am trying to add a Databand with Count Data=1, Can grow and Can Break set to True, New Page before property to True and also Print On property set to "Only on Last Page".
It is now showing me anything. I simply wants regardless of pages my print has it will always print that T&C's on last page.
I am using licensed version of Stimulsoft reports.Silverlight 2011.3
In summary, I only wanted to add Terms and Conditions (2 pages long) at the end of the report.
Please can you guide me through.

Kind regards,

I have attached a sample report with databound set to Data Count=1

Attachments
1871.PurchaseOrderSample.mrt
(53.42 KiB) Downloaded 238 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Silverlight report designer

Post by Ivan »

Hello,

In your case, if NewPageBefore property is set to True, please also:
- set the SkipFirst property of DataBand1 to False (important!)
- set the PrintOn property of DataBand1 to AllPages
- set the PrintOn property of Text32 to AllPages
- delete empty subReport_1 page.

Thank you.
Attachments
1877.PurchaseOrderSample2.zip
(5.53 KiB) Downloaded 272 times
asimzia
Posts: 4
Joined: Thu May 24, 2012 10:02 am
Location: UK

Silverlight report designer

Post by asimzia »

Dear Ivan,
Thank you very much for your response. I will try and check if that works. I will update you shortly.
Kind regards
asimzia
Posts: 4
Joined: Thu May 24, 2012 10:02 am
Location: UK

Silverlight report designer

Post by asimzia »

Dear Ivan,

Thank you very very much, it resolved my issue.

I have one more question, I have T&C's defined over 2 pages long in a word document, can 2 of the following are possible scenarios to fit in and how:

1) Linked the T&C's word document to report somehow
2) In case if I used the same databound with all the properties you mentioned in your suggestion then how can I fit those 2 pages in the report, as I have tried to put everything in there but it is not displaying even one page long text.

Please kindly suggest me something.

Kind regards
asimzia
Posts: 4
Joined: Thu May 24, 2012 10:02 am
Location: UK

Silverlight report designer

Post by asimzia »

Dear Ivan,

Thank you once again, My previous post is regarding 2 points, I have managed to resolve the (2).
Please can you shed some light on (1) i.e I wanted to link the T&C's PDF/Word document to report, which will print once the report is printed.

Kind regards
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Silverlight report designer

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
Locked