ReportManagerGetCustomReports Method
Get a paged list of simple reports and SSRS report folders.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- sortByColumnName String
- ascending Boolean
- firstRowIndex Int32
- pageSize Int32
- totalCount Int32
ListCustomReport