Skip to content

Commit d484590

Browse files
authored
Update ReadMe.md
1 parent dfabfd8 commit d484590

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

ReadMe.md

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
1-
CrissCross
2-
----------
1+
## CrissCross
32

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.*
64

7-
It is also hosted on [Codeplex](http://crisscross.codeplex.com/) (although CodePlex is shutting down in late 2017).
5+
## About
86

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.
1010

1111
![screenshot](https://github.com/codeulike/crisscross/raw/master/Resources/CrissCrossSelect2_50.png)
1212

1313
![screenshot](https://github.com/codeulike/crisscross/raw/master/Resources/CrissCrossReportViewer2_50.png)
1414

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+
1546

0 commit comments

Comments
 (0)