New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class WebServiceAuthentication

Inheritance: objectWebServiceAuthentication

Derived Classes: TwoStepAuthenticationWebServiceBasicAuthentication

Constructors

C#
public WebServiceAuthentication()

Properties

Password

string

Password.

C#
public string Password { get; set; }

Username

string

Username.

C#
public string Username { get; set; }