ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPoint Class / Action Property

In This Topic
    Action Property (DataPoint)
    In This Topic
    Gets or sets the action to execute.
    Syntax
    'Declaration
     
    Public Property Action As Action
    public Action Action {get; set;}

    Property Value

    An Action indicating the action to execute.
    See Also