Gets the ConnectionProperties object containing information about how to connect to the current data source.

A DataSource must have one and only one of the following properties specified: DataSourceReference or ConnectionProperties.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ConnectionProperties ConnectionProperties { get; }
Visual Basic
Public ReadOnly Property ConnectionProperties As ConnectionProperties
	Get

See Also