combit List & Label 29 - .NET Help
combit.Reporting.Web.WebReportViewer Namespace / RenderExportLinksContext Class / AddExportLink Method
Link text.
Target url.
Click action.
Link target.


In This Topic
    AddExportLink Method
    In This Topic
    Add a new link to the list of links.
    Syntax
    'Declaration
     
    
    Public Function AddExportLink( _
       ByVal text As String, _
       Optional ByVal href As String, _
       Optional ByVal onclick As String, _
       Optional ByVal target As String _
    ) As ViewerExportLink
    public ViewerExportLink AddExportLink( 
       string text,
       string href,
       string onclick,
       string target
    )
    public:
    ViewerExportLink^ AddExportLink( 
       String^ text,
       String^ href,
       String^ onclick,
       String^ target
    ) 

    Parameters

    text
    Link text.
    href
    Target url.
    onclick
    Click action.
    target
    Link target.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also