ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveStateStoreExtensions Class / ApplyMany Method

In This Topic
    ApplyMany Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ApplyMany( _
       ByVal store As InteractiveStateStore, _
       ByVal reportStore As ReportStore, _
       ByVal keys As IEnumerable(Of ActionKey) _
    ) 
    public static void ApplyMany( 
       InteractiveStateStore store,
       ReportStore reportStore,
       IEnumerable<ActionKey> keys
    )

    Parameters

    store
    reportStore
    keys
    See Also