ReportManagerGetCustomReports Method

Get a paged list of simple reports and SSRS report folders.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get a paged list of simple reports and SSRS report folders.")]
public List<CustomReport> GetCustomReports(
	string sortByColumnName,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

sortByColumnName  String
ascending  Boolean
firstRowIndex  Int32
pageSize  Int32
totalCount  Int32

Return Value

ListCustomReport

See Also