ReportItem.ActionInfo Property

Definition

Gets or sets the actions that are associated with the ReportItem.

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

Property Value

The actions that are associated with the ReportItem.

Applies to