FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ConnectionOptions Class / Timeout Property

In This Topic
    Timeout Property (ConnectionOptions)
    In This Topic
    Gets or sets the number of milliseconds to wait for server communications.
    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public int Timeout {get; set;}
    See Also