ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer.Services Namespace / RenderSettings Class / InteractiveActions Property

In This Topic
    InteractiveActions Property
    In This Topic
    Gets or sets the collection of interactive actions.
    Syntax
    'Declaration
     
    Public Property InteractiveActions As String()
    public string[] InteractiveActions {get; set;}

    Property Value

    An array of System.String representing the interactive actions.
    See Also