You are here: RainWorx.FrameWorx.BLL Namespaces > RainWorx.FrameWorx.BLL.ServiceImplementations > CommonService Class > GetGenericReportResults Method

CommonServiceGetGenericReportResults Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.BLL.ServiceImplementations
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: PageReportRow

Implements

ICommonServiceGetGenericReportResults(String, String, DictionaryString, String, UserInput, Int32, Int32, String, Boolean)
See Also

Reference

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