ActiveReports 18 .NET Edition
Samples / Web Samples / WebDesigner Samples / WebDesigner Custom Store
In This Topic
    WebDesigner Custom Store
    In This Topic

    The WebDesigner Custom Store sample demonstrates the use of custom resources service for ActiveReports WebDesigner with an ASP.NET Core back end. This sample contains two different implementations which is based on LiteDB and CosmosDB. By default, LiteDB implementation is used. To be able to use CosmosDB, you should have an Azure Cosmos DB account. For more details regarding the method to use CosmosDB, please refer to the 'howto.md' file placed in the 'resources\CosmosDB' folder.

    Note: To run this sample, you must have

    Sample Location

    C#

    https://github.com/activereports/WebSamples18/tree/main/WebDesigner_CustomStore

    Details

    This sample implements the IResourcesService interface. If you are using any unmanaged resources, you should implement 'IDisposable' interface also. The project consists of the following elements.

    Implementation Folder

    This folder contains the following files and folders.

    Resources Folder

    This folder consists of a 'CosmosDB' folder and 'lite.db' file, which is a database file. CosmosDB folder includes information regarding how to use the CosmosDB in the project. This sample already contains all the necessary code for working with CosmosDB.

    Program.cs

    In this file, the implemented services are is registered.