ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ConnectionProperties Class / IntegratedSecurity Property

In This Topic
    IntegratedSecurity Property
    In This Topic
    Gets or sets a value indicating whether the data source uses integrated security for connection.
    Syntax
    'Declaration
     
    Public Property IntegratedSecurity As Boolean
    public bool IntegratedSecurity {get; set;}

    Property Value

    A System.Boolean vaalue. true if the data source uses integrated security; otherwise, false. Default is false.
    See Also