You are here: RainWorx.FrameWorx.Services > ICommonService Interface > ICommonService Methods > GetGenericReportResults Method

ICommonServiceGetGenericReportResults Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.Services
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: PageReportRow
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.