ReportManagerGetFolders Method
Return a paged list of SSRS report folders.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return a paged list of SSRS report folders.")]
public ReportFolder[] GetFolders(
string sortByColumnName,
bool ascending,
int firstRowIndex,
int pageSize,
ref int totalCount
)
- sortByColumnName String
- ascending Boolean
- firstRowIndex Int32
- pageSize Int32
- totalCount Int32
ReportFolder