C# .NET
This section provides step-by-step instructions and guides for performing typical tasks in the application of FastReport Corporate Server using the C#/.NET programming language and FastReport.Cloud.SDK.
Getting started
You will need the following tools and features.
A C# code editor or a text editor like Visual Studio Code.
Report Designer FastReport Community Designer.
Some tutorials will require a designer to create the report.
Active FastReport Corporate Server subscription.
Internet access.
Please, note: These tutorials assume that you already know how to develop your application in the C# programming language.
Please, note: The descriptions above are provided for the recommended tools.
Installation and configuration
To connect the SDK, the latest stable version of the FastReport.Cloud.SDK
package is required. It can be installed using the following command.
dotnet add package FastReport.Cloud.SDK
To add ASP.NET support, install the FastReport.Cloud.SDK.Web
package.
dotnet add package FastReport.Cloud.SDK.Web
Also, add a line to the Startup
class.
services.AddFastReportCloud();
What's next?
We advise you to start your training with the following articles: