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

In This Topic
    IntegratedSecurity Property (ConnectionProperties)
    In This Topic
    Gets or sets the value indicating whether connection to this data source should use integrated security.
    Syntax
    'Declaration
     
    Public Property IntegratedSecurity As System.Boolean
    public System.bool IntegratedSecurity {get; set;}
    See Also