Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSource Class / ConnectionProperties Property

In This Topic
    ConnectionProperties Property (DataSource)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionProperties As ConnectionProperties
    public ConnectionProperties ConnectionProperties {get;}
    See Also