ReportManagerGetReports Method

Get paged list of simple reports or SSRS reports in specified folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get paged list of simple reports or SSRS reports in specified folder.")]
public ReportData[] GetReports(
	string folderId,
	int sortByColumnId,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

folderId  String
sortByColumnId  Int32
ascending  Boolean
firstRowIndex  Int32
pageSize  Int32
totalCount  Int32

Return Value

ReportData

See Also