ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Section Namespace / HtmlExport Class / AddMetadata Method
The property name.
The property value.

In This Topic
AddMetadata Method
In This Topic
Adds specified metadata property to be written as HTML meta.
Syntax
'Declaration
 
Public Sub AddMetadata( _
   ByVal name As String, _
   ByVal value As String _
) 
 

Parameters

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