ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / Tooltip Class / Tooltip Constructor
Id of the tooltip.
Label of the tooltip.
Text of the tooltip.

In This Topic
    Tooltip Constructor
    In This Topic
    Initializes a new instance of the Tooltip class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As String, _
       ByVal label As String, _
       ByVal value As String _
    )
    public Tooltip( 
       string id,
       string label,
       string value
    )

    Parameters

    id
    Id of the tooltip.
    label
    Label of the tooltip.
    value
    Text of the tooltip.
    See Also