Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
Page<ReportRow> GetGenericReportResults( string actingUserName, string reportProcName, Dictionary<string, Object> reportArguments, int pageIndex, int pageSize, string sortColumn, bool sortDescending )
Parameters
- actingUserName
- Type: SystemString
- reportProcName
- Type: SystemString
- reportArguments
- Type: System.Collections.GenericDictionaryString, Object
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- sortColumn
- Type: SystemString
- sortDescending
- Type: SystemBoolean
Return Value
Type: PageReportRowSee Also