ReportManagerGetReports Method
            Get paged list of simple reports or SSRS reports in specified folder.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- folderId  String
 - sortByColumnId  Int32
 - ascending  Boolean
 - firstRowIndex  Int32
 - pageSize  Int32
 - totalCount  Int32
 
ReportData