How do you place more than one data transaction in a page

Stimulsoft Reports.WEB discussion
medus
Posts: 9
Joined: Tue Oct 15, 2013 9:48 am

Re: How do you place more than one data transaction in a pag

Post by medus »

OK, I will try and get the sample data from the company hosting us.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How do you place more than one data transaction in a pag

Post by HighAley »

Hello.

We are waiting for your reply.

Thank you.
medus
Posts: 9
Joined: Tue Oct 15, 2013 9:48 am

Re: How do you place more than one data transaction in a pag

Post by medus »

Thanks, still struggling to get the data from our host.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How do you place more than one data transaction in a pag

Post by Alex K. »

Hello,

Ok.
medus
Posts: 9
Joined: Tue Oct 15, 2013 9:48 am

Re: How do you place mon one data transaction in a page

Post by medus »

Still no luck. They propose I just have the ticket barcodes on the confirmation email. I really don't really fancy that.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How do you place more than one data transaction in a pag

Post by HighAley »

Hello.

As a way, you can use the following code in the BeforePrint event of a page and sent us the files you get.

Code: Select all

{YourDataTableName}.DataTable.DataSet.WriteXml("e:\\data.xml");
{YourDataTableName}.DataTable.DataSet.WriteXmlSchema("e:\\data.xsd");
Thank you.
medus
Posts: 9
Joined: Tue Oct 15, 2013 9:48 am

Re: How do you place more than one data transaction in a pag

Post by medus »

Thanks, guys I really appreciate your help. May be I am just dumb, I checked the properties of the document and can't find the Before Print field. See attached image for what all the properties. I've highlighted all the fields I could see that are related related to print . Am I looking at the wrong place?
Attachments
No Before Print.jpg
No Before Print.jpg (231.93 KiB) Viewed 1593 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How do you place more than one data transaction in a pag

Post by HighAley »

Hello.

It's not a property but an event.
You could find it by clicking on the next button:
Events.jpg
Events.jpg (23.82 KiB) Viewed 1592 times
Thank you.
Post Reply