Action.Drillthrough Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.