Skip to content

ennerperez/CrystalDecisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Crystal Reports NuGets Packages for .NET Framework

Build status NuGet


See the changelog for changes.

Information

These packages are not officially supported by SAP, nor are they final distributable, their purpose is to provide the developer with references to the Crystal Reports Runtime DLLs, for automated compilation environments where the installation of this component cannot be performed.

Installers

How to download and Install Crystal Report Runtime

Versions

Featuring

  • CrystalReports
    • Engine
    • TemplateEngine
    • ReportSource
    • Shared
    • Web
    • Windows.Forms
    • WPF.ViewerShared
    • WPF.Viewer
  • ReportAppServer
    • Enterprise Viewing ReportSource
    • ClientDoc
    • CommLayer
    • CommonControls
    • CommonObjectModel
    • Controllers
    • CubeDefModel
    • DataDefModel
    • DataSetConversion
    • ObjectFactory
    • Prompting
    • ReportDefModel
    • XmlSerialize

Table of contents

Implementing

Add the library to your project

Add the NuGet Package. Right click on your project and click 'Manage NuGet Packages...'. Search for 'CrystalReports' and click on install. Once installed the library will be included in your project references. (Or install it through the package manager console: PM> Install-Package CrystalReports.Shared)

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Documentation

No more documentation required for now.

License

Code released under The MIT License