ReportSession Property (C1SSRSDocumentSource)
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