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