New to Telerik ReportingStart a free 30-day trial

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:

C#
public class ReportServer

Inheritance: objectReportServer

Constructors

The default constructor.

C#
public ReportServer()

Properties

Password

string

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

C#
public string Password { get; set; }

Url

string

The URL of the Telerik Report Server instance

C#
public string Url { get; set; }

Username

string

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.

C#
public string Username { get; set; }