Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / ReportSession Property

In This Topic
    ReportSession Property
    In This Topic
    Gets the C1.WPF.Ssrs.ReportSession object used to connect to SSRS report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportSession As C1.WPF.Ssrs.ReportSession
    public C1.WPF.Ssrs.ReportSession ReportSession {get;}
    See Also