FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ServerConnection Class
Members

In This Topic
    ServerConnection Class
    In This Topic
    Represents a connection to the SSRS server can be used to execute methods available via ReportingService.asmx service.
    Object Model
    ServerConnection Class
    Syntax
    'Declaration
     
    Public Class ServerConnection 
       Inherits ConnectionBase
    public class ServerConnection : ConnectionBase 
    Inheritance Hierarchy

    System.Object
       C1.Ssrs.ConnectionBase
          C1.Ssrs.ServerConnection

    See Also