364
Chapter 2: ColdFusion Tags
Usage
Use this tag to generate a report using a report definition created in either ColdFusion Report
Builder or in Crystal Reports. (For more information on using the ColdFusion Report Builder,
display the online help by opening the Report Builder and pressing F1.)
permissions
Report
Builder
Opt
(
format="PDF"
only) Specifies one or more of the
following permissions:
•
AllowPrinting
•
AllowModifyContents
•
AllowCopy
•
AllowModifyAnnotations
•
AllowFillIn
•
AllowScreenReaders
•
AllowAssembly
•
AllowDegradedPrinting
Separate multiple permissions with a comma.
datasource
Crystal
Reports
Opt
Name of registered or native data source.
type
Crystal
Reports
Opt
standard
•
standard (not valid for Crystal Reports 8.0)
•
netscape
•
microsoft
timeout
Crystal
Reports
Opt
Maximum time, in seconds, in which a connection
must be made to a Crystal Reports file.
report
Crystal
Reports
Requir
ed
Report path. Store Crystal Reports files in the same
directories as ColdFusion page files.
orderBy
Crystal
Reports
Opt
Orders results according to your specifications.
username
Crystal
Reports
Opt
Username required for entry into database from
which report is created. Overrides default settings
for data source in ColdFusion MX Administrator.
password
Crystal
Reports
Opt
Password that corresponds to username required
for database access. Overrides default settings for
data source in the ColdFusion Administrator.
formula
Crystal
Reports
Opt
One or more named formulas. Terminate each
formula with a semicolon. Use the format:
formula = "formulaname1 =
'formula1';formulaname2 = 'formula2';"
If you use a semicolon in a formula, you must escape
it by typing it twice (;;). For example:
formula = "Name1 = 'Val_1a;;Val_1b';Name2 =
'Val2';"
Attribute
Applies
to
Req/
Opt
Default Description
Summary of Contents for COLFUSION MX 7-CFML
Page 1: ...COLDFUSION MX7 CFML Reference...
Page 20: ...20 Chapter 1 Reserved Words and Variables...
Page 50: ...50 Chapter 2 ColdFusion Tags cfelse br Searching cfif cfloop cfif...
Page 101: ...cfdefaultcase 101 cfdefaultcase cfswitch cfoutput Your grade is grade cfoutput...
Page 115: ...cfdocumentsection 115 cfdocumentsection cfoutput cfdocument...
Page 411: ...cftable 411 cftable body html...
Page 515: ...Chr 515 maxlength 5 p input type Submit name input type RESET cfform...
Page 605: ...GetEncoding 605 WriteOutput The encoding is theEncoding cfscript cfif...
Page 629: ...GetProfileString 629 tr td input type Submit name Submit value Submit td td td tr table form...
Page 655: ...IIf 655 cfoutput IIf Hour Now GTE 12 DE It is afternoon or evening DE It is morning cfoutput b...
Page 664: ...664 Chapter 3 ColdFusion Functions cfelse h3 Conversion error h3 cfif...
Page 687: ...IsStruct 687 cfoutput cfquery cfif cfoutput hr Employee Add Complete cfoutput cfcase cfswitch...
Page 751: ...LSDateFormat 751 hr noshade cfoutput cfloop...
Page 861: ...StructFind 861 cfquery cfif cfoutput hr Employee Add Complete cfoutput cfcase cfswitch...
Page 903: ...Val 903 value Is the beginning numeric name form...
Page 932: ...932 Chapter 3 ColdFusion Functions...
Page 944: ...944 Chapter 4 ColdFusion MX Flash Form Style Reference...
Page 962: ...962 Chapter 5 Application CFC Reference...
Page 1054: ...1054 Chapter 6 ColdFusion MX Event Gateway Reference...