saziz0926
Joined: 08 Mar 2010 Posts: 1
|
Posted: Tue Mar 09, 2010 6:27 pm Post subject: Page Numbers |
|
|
hi All,
I want to create a table of contents as the first page of the report. Is there a way to get page number from RDL using RDLviewer without really viewing the data.
I have an XML sample below. The report has about 30 pages. I want to figure page number each account belongs to.
<?xml version="1.0" encoding="utf-8"?>
<Rows>
<ReportHeader ReportType="Test" Description="">
<Name>Test</Name>
<BudgetFileName>test</BudgetFileName>
<ScenarioName>test</ScenarioName>
</ReportHeader>
<Columns>
<Account>
</Account>
<Description>
</Description>
</Columns>
<Row>
<Group></Group>
<Type></Type>
<Account>
</Account>
<SubAccount>
</SubAccount>
<Note>
</Note>
</Row>
<Rows> |
|