ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class / Drillthrough Property

In This Topic
    Drillthrough Property
    In This Topic

    Gets or sets the drillthrough report that is executed by clicking the hyperlink.

    Syntax
    'Declaration
     
    Public ReadOnly Property Drillthrough As Drillthrough
    public Drillthrough Drillthrough {get;}

    Property Value

    A Drillthrough object representing the drillthrough report that is executed by clicking the hyperlink.

    See Also