Windward Studios API Reference
CssType Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : CssType Property




Glossary Item Box

If the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists). Default is CSS.NO.

Syntax

Visual Basic (Declaration) 
Public Property CssType As ReportHtml.CSS
Visual Basic (Usage)Copy Code
Dim instance As ReportHtml
Dim value As ReportHtml.CSS
 
instance.CssType = value
 
value = instance.CssType
C# 
public ReportHtml.CSS CssType {get; set;}
Managed Extensions for C++ 
public: __property ReportHtml.CSS get_CssType();
public: __property void set_CssType( 
   ReportHtml.CSS value
);
C++/CLI 
public:
property ReportHtml.CSS CssType {
   ReportHtml.CSS get();
   void set (    ReportHtml.CSS value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software