ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / ConnectionProperties Class / ConnectString Property

In This Topic
    ConnectString Property (ConnectionProperties)
    In This Topic
    Gets or sets the connection string for the data source.
    Syntax
    'Declaration
     
    Public Property ConnectString As System.String
    public System.string ConnectString {get; set;}
    See Also