ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / IDbConnectionAdapter Interface / IsSetConnectionStringSupported Property

In This Topic
    IsSetConnectionStringSupported Property
    In This Topic
    Gets a value indicating whether the adapter supports setting a custom connection string.
    Syntax
    'Declaration
     
    ReadOnly Property IsSetConnectionStringSupported As Boolean
    bool IsSetConnectionStringSupported {get;}

    Property Value

    True if the adapter requires the SetConnectionString method to be called.
    See Also