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

In This Topic
    Drillthrough Property (Action)
    In This Topic

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

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

    Property Value

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

    See Also