ActiveReports Developer 7
ConnectionProperties Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSource Class : ConnectionProperties Property

Glossary Item Box

Gets or sets information used to connect to the data source.

Syntax

Visual Basic (Declaration) 
Public Property ConnectionProperties As ConnectionProperties
C# 
public ConnectionProperties ConnectionProperties {get; set;}

Property Value

A ConnectionProperties object indicating the information used to connect to the data source.

See Also