Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
How do I filter at render time from rptdocument
Migrateduser
<p>I have a report that outputs to PDF.</p>
<p> </p>
<p>My requirements have changed since I started.</p>
<p> </p>
<p>What is working right now using the RunAndRender</p>
<p>I do the query returns (For Example) 6 records.</p>
<p> </p>
<p>The report then outputs one page per record.</p>
<p> </p>
<p>So I end up with 6 pages in PDF.</p>
<p>
</p>
<p>My New requirements is to return 6 different PDF's</p>
<p> </p>
<p>I was thinking to take advantage of Run Then Render (Two different steps)</p>
<p> </p>
<p>So I broke this up and it works</p>
<p> </p>
<p>I Run and end up with rptdocument with six records.</p>
<p> </p>
<p>Then I send the renderTask.render and I end up with the original PDF with 6 pages.</p>
<p> </p>
<p>So I feel I am still doing good.</p>
<p> </p>
<p>
</p>
<p>How do I render just one page. The loop through rendering each page separately.</p>
<p> </p>
<p>I know what I want just not quite sure how to do it.</p>
<p> </p>
<p>Gary</p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet