'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
public static ReportDataSnapshot ApplyInteractivity( ReportSnapshot snapshot, ReportStore reportStore, IEnumerable<ActionKey> actions, IReadOnlyDictionary<string,Func<CustomContextArgs,object>> customContext )
Parameters
- snapshot
- Initial snapshot.
- reportStore
- Report store
- actions
- Interactive actions to be applied.
- customContext
- Custom evaluation context objects (custom code, user context, etc.)