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
'Declaration
 
Public Shared Function ApplyInteractivity( _
   ByVal snapshot As ReportSnapshot, _
   ByVal reportStore As ReportStore, _
   ByVal actions As IEnumerable(Of ActionKey), _
   Optional ByVal customContext As IReadOnlyDictionary(Of String,Func(Of CustomContextArgs,Object)) _
) As ReportDataSnapshot
 

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