Adobe COLDFUSION 9 Manual page 1050

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Working with Documents, Charts, and Reports
Export report styles to a CSS file
Choose Window > Report Styles.
1
Click the export icon (the icon with the orange arrow).
2
3
In the File Name field, type artstyles. Report Builder automatically adds the CSS extension.
Navigate the artStyles.css file and double-click it to open it. The following example shows the generated CSS code:
4
ReportTitle
{
color:Black;
font-size:24pt;
}
CompanyName
{
color:#6188A5;
font-weight:bold;
}
PageTitle
{
color:#333333;
font-size:14pt;
font-weight:bold;
}
ReportDate
{
color:#333333
}
SubTitle
{
color:#6089A5;
font-size:12pt;
font-weight:bold;
}
DetailLabel
{
color:Black;
background-color:#E3EDEF;
font-weight:bold;
}
DetailData
{
default-style:true;
color:Black;
line-size:thin;
}
Last updated 8/5/2010
1045

Advertisement

Table of Contents
loading

Table of Contents