FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ConnectionOptions Class / ConnectionOptions Constructor / ConnectionOptions Constructor(NetworkCredential)
Value of Credential property.s

In This Topic
    ConnectionOptions Constructor(NetworkCredential)
    In This Topic
    Initializes a new instance of the ConnectionOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal credential As NetworkCredential _
    )
    public ConnectionOptions( 
       NetworkCredential credential
    )

    Parameters

    credential
    Value of Credential property.s
    See Also