Code Before Print a Page

Stimulsoft Reports.Flex discussion
Locked
Andre Datsch
Posts: 2
Joined: Wed Oct 05, 2011 1:03 pm
Location: Brazil

Code Before Print a Page

Post by Andre Datsch »

Hello, I am testing the tool to a new system, I like to know if i can do some checks before printing a page.
something like that:

if({DATASOURCE} IsNull) {
print the page one;
}else{
print the page two;
}
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Code Before Print a Page

Post by Vladimir »

Hello,

Unfortunately, currently there is no way to check the size of the data source in Reports.Fx for Flex.

Thank you.
Andre Datsch
Posts: 2
Joined: Wed Oct 05, 2011 1:03 pm
Location: Brazil

Code Before Print a Page

Post by Andre Datsch »

Ok, thanks for the fast answer.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Code Before Print a Page

Post by Andrew »

Hello,

As always we are glad to help you.

Thank you.
Locked