Class Reports
Class that provides methods for managing the reports resources.
Inheritance
System.Object
Reports
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.HttpClient
Assembly: Telerik.ReportServer.HttpClient.dll
Syntax
public class Reports
Constructors
Reports(ReportServerClient)
Creates a new instance of Resources class.
Declaration
public Reports(ReportServerClient client)
Parameters
ReportServerClient
client
|
Methods
GetFolderContents(String)
Gets a collection of all available reports files and folders including their details.
Declaration
public FolderContentsResponseModel GetFolderContents(string uri)
Parameters
System.String
uri
|
Returns
FolderContentsResponseModel
|