Class ReportServer
Provides a class for the report server data. Contains the URL to the report server instance, a valid username and password.
Inheritance
Namespace: Telerik.ReportViewer.Html5.Common
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class ReportServer
Constructors
ReportServer()
The default constructor.
Declaration
public ReportServer()
Properties
Password
The password associated with the username. Empty when Username is not set
Declaration
public string Password { get; set; }
Property Value
System.String
|
Url
The URL of the Telerik Report Server instance
Declaration
public string Url { get; set; }
Property Value
System.String
|
Username
A valid username that exists in Report Server registered users. Empty in order to use the built-in Guest account. Either usage requires configured server permissions for accessing the report.
Declaration
public string Username { get; set; }
Property Value
System.String
|