Namespace:
RainWorx.FrameWorx.Services
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Syntax
C#
Page<ReportRow> GetGenericReportResults( string actingUserName, string procName, Dictionary<string, string> argList, UserInput input, int pageIndex, int pageSize, string sortColumn, bool sortDescending )
Parameters
- actingUserName
- Type: SystemString
- procName
- Type: SystemString
- argList
- Type: System.Collections.GenericDictionaryString, String
- input
- Type: RainWorx.FrameWorx.DTOUserInput
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- sortColumn
- Type: SystemString
- sortDescending
- Type: SystemBoolean
Return Value
Type: PageReportRowSee Also