|
1 | | -CrissCross |
2 | | ----------- |
| 1 | +## CrissCross |
3 | 2 |
|
4 | | -CrissCross is an open-source ASP.NET application that provides an alternative front-end for running SSRS Reports. That is, a way of running SSRS reports that is like the 'Report Manager' that comes with SSRS, but different |
5 | | -and more customisable. It is built using the standard ASP.NET ReportViewer component and the SSRS web services. |
| 3 | +*A custom web interface for running SSRS reports, based on the SSRS Web Services and SSRS ReportViewer component.* |
6 | 4 |
|
7 | | -It is also hosted on [Codeplex](http://crisscross.codeplex.com/) (although CodePlex is shutting down in late 2017). |
| 5 | +## About |
8 | 6 |
|
9 | | -For more details see the [wiki](https://github.com/codeulike/crisscross/wiki). |
| 7 | +CrissCross is an open-source ASP.NET application that provides an alternative front-end for running SSRS Reports. |
| 8 | +That is, a way of running SSRS reports that is like the 'Report Manager' that comes with SSRS, but different |
| 9 | +and more customisable. It is built using the standard ASP.NET ReportViewer component and the SSRS web services. |
10 | 10 |
|
11 | 11 |  |
12 | 12 |
|
13 | 13 |  |
14 | 14 |
|
| 15 | +For more screenshots/features see the [Screenshots](https://github.com/codeulike/crisscross/wiki/Screenshots) Page |
| 16 | + |
| 17 | +## Compatibility |
| 18 | + |
| 19 | +(its quite old, this is how things were last time I checked) |
| 20 | + |
| 21 | +CrissCross is designed to connect to SQL 2008 SSRS. SQL 2005 SSRS and SQL 2008 R2 SSRS also work. |
| 22 | + |
| 23 | +It is written in ASP.NET 3.5 and can run on most recent versions of IIS and hence most Windows Servers. |
| 24 | +Works with all the main browsers, but because it uses the Microsoft ReportViewer ASP.NET component, some features work better in IE (7,8 or 9) |
| 25 | + |
| 26 | +## Latest Version |
| 27 | + |
| 28 | +Current version is a Beta version of the software - most of the core features are working and stable, but there may be occasional bugs (see documentation). It is however being used in production in at least two sites that I know of. |
| 29 | + |
| 30 | +## Getting Started |
| 31 | + |
| 32 | +See [Getting Started](https://github.com/codeulike/crisscross/wiki/Getting-Started) |
| 33 | + |
| 34 | +See also general documentation at [Documentation Index](https://github.com/codeulike/crisscross/wiki/Documentation-Index) |
| 35 | + |
| 36 | +## Troubleshooting |
| 37 | + |
| 38 | +CrissCross logs errors to log.txt in the App_Data folder, so check in there if you are having problems. |
| 39 | + |
| 40 | +For documentation, discussions and to log bugs to the Issue Tracker, please go to the various sections of this github site |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
15 | 46 |
|
0 commit comments