Skip to content
codeulike edited this page Oct 23, 2017 · 5 revisions

Welcome to the crisscross wiki! Documentation used to be on CodePlex but that is being shut down so moving it over here. These pages are a work in progress

CrissCross

A custom web interface for running SSRS reports, based on the SSRS Web Services and SSRS ReportViewer component.

About

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.

For more screenshots/features see the Screenshots Page

Compatibility

The latest version of CrissCross is designed to connect to SQL 2014 SSRS. It should also work with older (and possibly newer) versions of SSRS with little or no adjustment.

It is written in ASP.NET 4.5 and can run on most recent versions of IIS and hence most Windows Servers. Works with all the main browsers.

For compatibility info for older versions of CrissCross, see Changelog

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

See also general documentation at 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

Clone this wiki locally