[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSourcePrompt

DataSourcePrompt Class

Represents a request for credentials to connect to a data source.

Inheritance
DataSourcePrompt
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataSourcePrompt

Properties

Name Description
Name

Gets the name of the data source for which credentials are required.

Password

Gets or sets the password for the credentials.

Prompt

Gets the prompt message shown when credentials need to be entered.

User

Gets or sets the user name for the credentials.

Extension Methods