ActionInfo.CreateHyperlinkAction Method
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.
Adds a hyperlink action to the collection. This is used in custom report items.
public:
Microsoft::ReportingServices::OnDemandReportRendering::Action ^ CreateHyperlinkAction();
public Microsoft.ReportingServices.OnDemandReportRendering.Action CreateHyperlinkAction ();
member this.CreateHyperlinkAction : unit -> Microsoft.ReportingServices.OnDemandReportRendering.Action
Public Function CreateHyperlinkAction () As Action
Returns
An Action object that represents a hyperlink action to the collection.