ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / HyperlinkEntry Class / a Field

In This Topic
    a Field
    In This Topic
    Action that will be executed when hyperlink is clicked by user, can be null. Action examples: "http://google.com'", url to external page that will be opened in current window (user can use ctrl+click in order to open hyperlink in the new window) "javascript:some_javascript code", e.g. "javascript:alert('hello world')" "exec:somemethod(parame, parame2)", executes C1ReportViewer method, e.g. "exec:exportToFile('Adobe PDF','pdf')" "moveto:p,i", where p - page index, i - index of the TextRunMarkup within tr array of the page given by index p , report view will be scrolled to given place", e.g. "javascript:alert('moveto:5,10')" todo: add moveTo method for the C1ReportViewer client side object and use it along with exec action
    Syntax
    'Declaration
     
    Public a As System.String
    public System.string a
    See Also