ReportManagerGetReportsCount Method

Get number 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 number of reports in specified folder.")]
public int GetReportsCount(
	string folderId
)

Parameters

folderId  String

Return Value

Int32

See Also