Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public Page<ReportRow> GetGenericReportResults( string actingUserName, string reportProcName, Dictionary<string, string> argList, UserInput input, int pageIndex, int pageSize, string sortColumn, bool sortDescending )
Parameters
- actingUserName
- Type: SystemString
- reportProcName
- 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: PageReportRowImplements
ICommonServiceGetGenericReportResults(String, String, DictionaryString, String, UserInput, Int32, Int32, String, Boolean)See Also