Working with FlexReport > C1FlexReport and C1Document |
C1FlexReport requires the C1.WPF.Document assembly, which exposes the two important classes, C1Document and C1DocumentSource, which provides the infrastructure needed to render and preview the report. In particular, C1DocumentSource is the abstract class from which C1FlexReport is derived, and this is the type of the DocumentSource property exposed by the FlexViewerPane control, which allows it to show any document type derived from C1DocumentSource.
Another type that derives from C1DocumentSource is C1SSRSDocumentSource (also provided by the C1.WPF.Document assembly), which allows to view SSRS reports.