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

In This Topic
    Apply Method (InteractiveStateStoreExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub Apply( _
       ByVal store As InteractiveStateStore, _
       ByVal reportStore As ReportStore, _
       ByVal actionKey As ActionKey _
    ) 
    public static void Apply( 
       InteractiveStateStore store,
       ReportStore reportStore,
       ActionKey actionKey
    )

    Parameters

    store
    reportStore
    actionKey
    See Also