Class Settings
Represents the settings needed to connect to a ReportServerClient.
Inheritance
System.Object
Settings
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 Settings
Constructors
Settings()
Declaration
public Settings()
Properties
BaseAddress
Represents the URL of the Report Server.
Declaration
public string BaseAddress { get; set; }
Property Value
System.String
|
Version
Report Server clients is always released against the latest supported WebAPI version. Download older Report Server version to get an earlier client.
Declaration
public string Version { get; }
Property Value
System.String
|