Hi everyone,
Is there a way to extend the group tree frame in CE 10, DHTML viewer?
Some of our reports have groups with long names, and our users would like to see the whole thing so they can easily jump from group to group.
Hi,
There are 2 Viewer attributes that appear to control this:
Code:
GroupTreeWidth Property
Specifies the width of the group tree.
GroupTreeWidthUnit Property
Specifies the width unit of the group tree
so you could specify by
Code:
with Viewer
.GroupTreeWidth=12
.GroupTreeWidthUnit= (one of these)
0 Specifies to use pixels as the units for the given property.
1 Specifies to use percentage as the units for the given property.
To Paraphrase:"The Help you get is proportional to the Help you give.."
Hi,
I am not really sure in a standard system ( one using ePortfolio to view reports) since we use custom coded pages, but I would start with the viewreport.csp page in the ePortfolio directory ...
To Paraphrase:"The Help you get is proportional to the Help you give.."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.