Class
ReportServer

Provides a class for the report server data. Contains the URL to the report server instance, a valid username and password. Connecting to Telerik Report Server for .NET is not supported.

Definition

Namespace:Telerik.ReportViewer.Html5.Common

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

cs-api-definition
public class ReportServer

Inheritance: objectReportServer

Constructors

ReportServer()

The default constructor.

Declaration

cs-api-definition
public ReportServer()

Properties

Password

The password associated with the username. Empty when Username is not set

Declaration

cs-api-definition
public string Password { get; set; }

Property Value

string

Url

The URL of the Telerik Report Server instance

Declaration

cs-api-definition
public string Url { get; set; }

Property Value

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

cs-api-definition
public string Username { get; set; }

Property Value

string