ActiveReports Developer 7
IntegratedSecurity Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbConnectionExtension Interface : IntegratedSecurity Property

Glossary Item Box

Determines whether the connection uses integrated security or the values supplied in the UserName and Password properties.  

Syntax

Visual Basic (Declaration) 
Property IntegratedSecurity As System.Boolean
C# 
System.bool IntegratedSecurity {get; set;}

See Also