Class ReportsDataSource
Class for ReportsDataSource
Inheritance
System.Object
ReportsDataSource
Assembly: BoldReports.UWP.dll
Syntax
public class ReportsDataSource : Object
Constructors
ReportsDataSource()
Declaration
public ReportsDataSource()
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
ControlId
Gets or sets string value of ControlId.
Declaration
public string ControlId { get; set; }
Property Value
Type |
Description |
System.String |
|
IntegratedSecurity
Declaration
public bool IntegratedSecurity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Gets or sets string value of Name.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Prompt
Gets or sets string value of Prompt.
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|