Skip to Content
0
Former Member
Oct 30, 2012 at 11:41 PM

Retrieving a webi subreport tab

56 Views

Hi

When I get a report in html format it always returns the first report tab, so im trying to work out how to request the second tab.

Ive tried using NavigateToLastPage as a test to see if that will take me to the very end, but it just returns the last page of the first tab.

What do I need to add to the below, to make it request a particular tab?

DocumentInformation boDocInfo = new DocumentInformation();

boDocInfo = boRepEng.GetDocumentInformation(myrpt.CUID, boMustFill, null, null, retBOData);

Thanks

Steve