ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSource Class / ConnectionProperties Property

In This Topic
    ConnectionProperties Property
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property ConnectionProperties As ConnectionProperties
    public ConnectionProperties ConnectionProperties {get; set;}

    Property Value

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

    See Also