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 | 
 
| 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
); | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also