ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing Namespace / ReportDataSnapshotExtensions Class / ApplyInteractivity Method
The initial snapshot.
The report store.
Interactive actions to be applied.
Custom evaluation context objects (custom code, user context, etc.).

In This Topic
    ApplyInteractivity Method (ReportDataSnapshotExtensions)
    In This Topic
    Creates a report data snapshot from a given one by applying interactive actions.
    Syntax

    Parameters

    snapshot
    The initial snapshot.
    reportStore
    The report store.
    actions
    Interactive actions to be applied.
    customContext
    Custom evaluation context objects (custom code, user context, etc.).

    Return Value

    The updated report data snapshot.
    See Also