ActiveReports Developer 7
ConnectionProperties Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ConnectionProperties Class

Glossary Item Box

The following tables list the members exposed by ConnectionProperties.

Public Constructors

 NameDescription
Public ConstructorConnectionProperties ConstructorInitializes a new instance of the ConnectionProperties class.  
Top

Public Properties

 NameDescription
Public PropertyConnectString

Gets or sets a connection string to use with the data source.

 
Public PropertyDataProvider

Gets or sets the data source type.

 
Public PropertyIntegratedSecurity

Gets or sets a value indicating whether the data source uses integrated security when connecting.

 
Public PropertyPrompt

Gets or sets a value indicating the prompt that is displayed to the user when requesting credentials for connecting to the database with the specified data source.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the ConnectionProperties object.  
Top

See Also