Modifier and Type | Origin and Description |
---|---|
public BBJasperView |
BBJasper.BBJasperViewerControl.getView()
getView Returns the current view |
public BBJasperView |
BBJasper.BBJasperTabbedView.addView(BBJasperReport p_report!)
Adds and returns a BBJasperView object (tab and child window) for the passed BBJasperReport using the report name for the window and tab titles |
public BBJasperView |
BBJasper.BBJasperTabbedView.addView(BBJasperReport p_report!, BBjString p_windowTitle$, BBjString p_tabTitle$)
Adds and returns a BBJasperView object (tab and child window) for the passed BBJasperReport |
public BBJasperView |
BBJasper.BBJasperTabbedView.getView()
getView Returns the current view of the tabbed view |
public BBJasperView |
BBJasper.BBJasperTabbedView.getViewAt(BBjNumber p_index)
getViewAt Returns a view at a specified index |
Modifier and Type | Origin and Description |
---|---|
public void |
BBJasper.BBJasperViewerControl.setView(BBJasperView p_view!)
setView Set the current view for the viewer control |
public BBjNumber |
BBJasper.BBJasperTabbedView.getViewIndex(BBJasperView p_view!)
Returns the view index in the view vector |
public void |
BBJasper.BBJasperTabbedView.selectView(BBJasperView p_view!)
Selects the current view |
public void |
BBJasper.BBJasperTabbedView.setView(BBJasperView p_view!)
Sets the current view |