theViewer.setHasRefreshButton(true);
theViewer.setDisplayPage(true);
theViewer.setDisplayGroupTree(false);
theViewer.setDisplayToolbar(true);
theViewer.setHasSearchButton(false);
theViewer.setHasRefreshButton(false);
theViewer.setHasPrintButton(true);
theViewer.setHasExportButton(true);
theViewer.setHasGotoPageButton(true);
theViewer.setHasZoomFactorList(false);
theViewer.setHasViewList(false);
theViewer.setHasLogo(false);
theViewer.setEnableDrillDown(false);
next/prev page button can be set by code. But page of pages need to be done in 'speical fields' in report designer.
My suggestion is to setup an environment and get hands dirty. You will find the answer in mintues
theViewer.setDisplayPage(true);
theViewer.setDisplayGroupTree(false);
theViewer.setDisplayToolbar(true);
theViewer.setHasSearchButton(false);
theViewer.setHasRefreshButton(false);
theViewer.setHasPrintButton(true);
theViewer.setHasExportButton(true);
theViewer.setHasGotoPageButton(true);
theViewer.setHasZoomFactorList(false);
theViewer.setHasViewList(false);
theViewer.setHasLogo(false);
theViewer.setEnableDrillDown(false);
next/prev page button can be set by code. But page of pages need to be done in 'speical fields' in report designer.
My suggestion is to setup an environment and get hands dirty. You will find the answer in mintues