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




Glossary Item Box

Sets the spec that the produced report must run under. The produced report will not use any html tags that are not supported by the set spec. Default is HTML_4_1.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("We have never used this inside the engine. Use Properties[HTML_SET_XHTML] for XHTML spec.")>
Public Property Spec As ReportHtml.BROWSER
Visual Basic (Usage)Copy Code
Dim instance As ReportHtml
Dim value As ReportHtml.BROWSER
 
instance.Spec = value
 
value = instance.Spec
C# 
[Obsolete("We have never used this inside the engine. Use Properties[HTML_SET_XHTML] for XHTML spec.")]
public ReportHtml.BROWSER Spec {get; set;}
Managed Extensions for C++ 
[Obsolete("We have never used this inside the engine. Use Properties[HTML_SET_XHTML] for XHTML spec.")]
public: __property ReportHtml.BROWSER get_Spec();
public: __property void set_Spec( 
   ReportHtml.BROWSER value
);
C++/CLI 
[Obsolete("We have never used this inside the engine. Use Properties[HTML_SET_XHTML] for XHTML spec.")]
public:
property ReportHtml.BROWSER Spec {
   ReportHtml.BROWSER get();
   void set (    ReportHtml.BROWSER value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software