ActiveReports 18 .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 _
    ) 
    public void AddMetadata( 
       string name,
       string value
    )

    Parameters

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