EMS logo

Products Navigation

Advanced Data Export .NET

Our Partnership Status

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

On-line Documentation

QExportHTML.CSSFileName



public string CSSFileName {get; set;}

Description
The CSSFilename property may be set only when the property UsingCSS is set to usExternal position, and it determines the name of the external style file for the document that is included with the href attribute of the link element, i.e. if you have the setting CSSFileName = "Animals.css" (and you haven't forgotten about UsingCSS = usExternal!), the following string will be placed in the result file

<link rel="stylesheet" type="text/css" href="Animals.css">

More on the use of style tables see the UsingCSS property description, and also the corresponding part of HTML specification at
http://www.w3.org/TR/html4/present/styles.html.



See also:
QExportHTML
QExportHTML Properties
QExportHTML Methods
QExportHTML Events