hi All,
I have combine all the graph in a journal using below method.
But I'm not sure how can I export that Journal to PDF report.
platform << report << Journal();
vc << report << Journal();
dist << report << Journal();
I try this but it doesn't work:-
w = CurrentJournal();
w << Set page setup(
margins( 1, 1, 1, 1 ),
scale( 1 ),
portrait( 1 ),
paper size( "Letter" )
);
w << save pdf( "$DOCUMENTS\test.pdf" );