'宣言
Public Shared Function ApplyUserSort( _ ByVal snapshot As ReportDataSnapshot, _ ByVal reportStore As ReportStore, _ ByVal actions As IEnumerable(Of ActionKey), _ Optional ByVal parameters() As GrapeCity.Enterprise.Data.DataEngine.DataProcessing.DataParameter, _ Optional ByVal customContext As IReadOnlyDictionary(Of String,Func(Of CustomContextArgs,Object)) _ ) As ReportDataSnapshot
public static ReportDataSnapshot ApplyUserSort( ReportDataSnapshot snapshot, ReportStore reportStore, IEnumerable<ActionKey> actions, GrapeCity.Enterprise.Data.DataEngine.DataProcessing.DataParameter[] parameters, IReadOnlyDictionary<string,Func<CustomContextArgs,object>> customContext )
パラメータ
- snapshot
- 初期スナップショット。
- reportStore
- レポートストア
- actions
- 適用するインタラクティブアクション。
- parameters
- customContext
- カスタムコンテキスト オブジェクト(カスタム コード、ユーザー コンテキストなど)。
戻り値の型
ソートされたスナップショット。