Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports on the Web

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
0
0
AU
What are all of the parameter options for displaying a crystal report on the web? Is this all of them?

<PARAM NAME=&quot;Show Group Tree&quot; Value=0>
<PARAM NAME=&quot;Show Toolbar&quot; VALUE=1>
<PARAM NAME=&quot;Has Group Tree&quot; VALUE=0>
<PARAM NAME=&quot;Has Navigation Control&quot; VALUE=1>
<PARAM NAME=&quot;Has Stop Button&quot; VALUE=1>
<PARAM NAME=&quot;Has Print Button&quot; VALUE=1>
<PARAM NAME=&quot;Has Zoom Control&quot; VALUE=1>
<PARAM NAME=&quot;Has Close Button&quot; VALUE=0>
<PARAM NAME=&quot;Has Progress Control&quot; VALUE=1>
<PARAM NAME=&quot;Has Search Button&quot; VALUE=1>
<PARAM NAME=&quot;Has Refresh Button&quot; VALUE=1>
<PARAM NAME=&quot;Can Drill Down&quot; VALUE=1>
<PARAM NAME=&quot;Has Animation Control&quot; VALUE=1>

Can you show the export button? Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
To show the Export button, use;
<param name=&quot;EnableExportButton&quot; value=&quot;1&quot;>

value=1 to show it and value=0 to hide it.

HTH,
Martin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top