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

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

    Property Value

    True if the data provider supports credentials setting.
    Remarks
    If the property returns false the SetCredentials method won't be called.
    See Also