ActiveReports 14 .NET Edition
GrapeCity.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 when connecting.

    Syntax
    'Declaration
     
    Public Property IntegratedSecurity As Boolean
    public bool IntegratedSecurity {get; set;}

    Property Value

    A Boolean value where true indicates that the data source uses integrated security when connecting; otherwise false. The default value is false.

    See Also