The alternative to changing the "Default Page Size" option would be to pass the argument through the URL string.
Code: http://SERVER:8080/zport/dmd/Reports/Device Reports/All Monitored Components?tableName=+allmonitoredcomps&showAll=show+all It doesn't look like you can leave out 'tableName' and just pass the 'showAll' variable. A simple way to find the 'tableName' for the report you want is to look at its source code and search for 'type="hidden" name="tableName"' (without the surrounding single quotes). The value will most likely start with a space, e.g., ' allmonitoredcomps', which is why the URL string above has 'tableName=+allmonitoredcomps'. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32523#32523 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
