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.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class ReportServer
Constructors
ReportServer()
The default constructor.
Declaration
public ReportServer()
Properties
Password
The password associated with the username
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
|