This is the official .NET Core wrapper for ReportingCloud, which is authored, maintained and fully supported by Text Control.
Before using ReportingCloud, please sign up to the service:
https://portal.reporting.cloud
The complete API documentation can be found in the GitHub page of this project:
ReportingCloud .NET Wrapper API Documentation
This getting started tutorial helps to create your first application using the ReportingCloud .NET wrapper:
ReportingCloud .NET Wrapper Documentation - Getting Started
The ReportingCloud .NET wrapper ships with a number of .NET unit tests. The scripts in each of these directories require a username and password for ReportingCloud in order to be executed. So that your username and password are not made inadvertently publicly available via a public GIT repository, you will first need to specify them.
You will find the Text Control ReportingCloud .NET Wrapper as a NuGet package available on NuGet:
PM> Install-Package TXTextControl.ReportingCloud.Core
Bug reports and pull requests are welcome on GitHub at https://github.com/TextControl/TXTextControl.ReportingCloud.DotNet.
