C# .NET
This section offers step-by-step instructions and guides for performing typical tasks using FastReport Cloud with 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 such as Visual Studio Code.
Report designer FastReport Community Designer.
Some guides will require a designer to create the report.
Active FastReport Cloud subscription.
Access to the Internet.
Note! These guides assume that you already know how to develop your application in the C# programming language.
Note! The paragraphs above describe the recommended tools.
Installation and setup
To connect the SDK, install FastReport.Cloud.SDK
package of the latest stable version. You can do this with 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
You also need to add a string to the Startup
class.
services.AddFastReportCloud();
What's next?
We suggest starting with the following articles: