-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,46 @@ | ||
CrissCross | ||
---------- | ||
## CrissCross | ||
|
||
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 | ||
and more customisable. It is built using the standard ASP.NET ReportViewer component and the SSRS web services. | ||
*A custom web interface for running SSRS reports, based on the SSRS Web Services and SSRS ReportViewer component.* | ||
|
||
It is also hosted on [Codeplex](http://crisscross.codeplex.com/) (although CodePlex is shutting down in late 2017). | ||
## About | ||
|
||
For more details see the [wiki](https://github.com/codeulike/crisscross/wiki). | ||
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 | ||
and more customisable. It is built using the standard ASP.NET ReportViewer component and the SSRS web services. | ||
|
||
![screenshot](https://github.com/codeulike/crisscross/raw/master/Resources/CrissCrossSelect2_50.png) | ||
|
||
![screenshot](https://github.com/codeulike/crisscross/raw/master/Resources/CrissCrossReportViewer2_50.png) | ||
|
||
For more screenshots/features see the [Screenshots](https://github.com/codeulike/crisscross/wiki/Screenshots) Page | ||
|
||
## Compatibility | ||
|
||
(its quite old, this is how things were last time I checked) | ||
|
||
CrissCross is designed to connect to SQL 2008 SSRS. SQL 2005 SSRS and SQL 2008 R2 SSRS also work. | ||
|
||
It is written in ASP.NET 3.5 and can run on most recent versions of IIS and hence most Windows Servers. | ||
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) | ||
|
||
## Latest Version | ||
|
||
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. | ||
|
||
## Getting Started | ||
|
||
See [Getting Started](https://github.com/codeulike/crisscross/wiki/Getting-Started) | ||
|
||
See also general documentation at [Documentation Index](https://github.com/codeulike/crisscross/wiki/Documentation-Index) | ||
|
||
## Troubleshooting | ||
|
||
CrissCross logs errors to log.txt in the App_Data folder, so check in there if you are having problems. | ||
|
||
For documentation, discussions and to log bugs to the Issue Tracker, please go to the various sections of this github site | ||
|
||
|
||
|
||
|
||
|
||
|