summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfreport.tag
blob: 36a6621fe1e13d0c4a32dd60d1fc383c5496e35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfreport">
	<attr name="report" />
	<attr name="datasource" />
	<attr name="type" type="list">
		<items>
			<item>standard</item>
			<item>netscape</item>
			<item>microsoft</item>
		</items>
	</attr>
	<attr name="timeout" />
	<attr name="orderby" />
	<attr name="username" />
	<attr name="password" />
	<attr name="formula" />
</tag>
</TAGS>