Search Results for

    Show / Hide Table of Contents

    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.

    1. .NET SDK.

    2. A C# code editor or a text editor such as Visual Studio Code.

    3. Report designer FastReport Community Designer.

      Some guides will require a designer to create the report.

    4. Active FastReport Cloud subscription.

    5. 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:

    • Status codes.
    • Authentication and authorization.
    Back to top 2025.2.1 © 1998-2025 Copyright Fast Reports Inc.