ActiveReports 8
AddMetadata Method

The property name.
The property value.
Adds specified metadata property to be written as HTML meta.
Syntax
'Declaration
 
Public Sub AddMetadata( _
   ByVal name As System.String, _
   ByVal value As System.String _
) 
public void AddMetadata( 
   System.string name,
   System.string value
)

Parameters

name
The property name.
value
The property value.
See Also

Reference

HtmlExport Class
HtmlExport Members

Support Forum