Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / ConnectionOptions Property

In This Topic
    ConnectionOptions Property (C1SSRSDocumentSource)
    In This Topic
    Gets the C1.Win.C1Ssrs.ConnectionOptions object containing options used when connecting to SSRS.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionOptions As C1.Win.C1Ssrs.ConnectionOptions
    public C1.Win.C1Ssrs.ConnectionOptions ConnectionOptions {get;}
    See Also