Action.Drillthrough Property

Definition

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

public:
 property Microsoft::ReportingServices::RdlObjectModel::Drillthrough ^ Drillthrough { Microsoft::ReportingServices::RdlObjectModel::Drillthrough ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Drillthrough ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.Drillthrough Drillthrough { get; set; }
member this.Drillthrough : Microsoft.ReportingServices.RdlObjectModel.Drillthrough with get, set
Public Property Drillthrough As Drillthrough

Property Value

A Drillthrough object that should be executed by clicking the hyperlink.

Applies to