[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataProcessing.LoginPasswordCredentials

LoginPasswordCredentials Struct

Represents the login and password credentials.

Namespace: GrapeCity.ActiveReports.Rendering.DataProcessing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct LoginPasswordCredentials

Constructors

Name Description
LoginPasswordCredentials(string, string)

Initializes a new instance of the LoginPasswordCredentials struct.

Fields

Name Description
Empty

Properties

Name Description
Login

Gets the user login.

Password

Gets the user password.

Extension Methods