In this example, Azure Blob Storage is used as a report repository for an ASP.NET Core Reporting application with Document Viewer and Report Designer.
The CustomReportBlobContainerClientProvider
service supplies the BlobContainerClient to the CustomReportStorageWebExtension
service. A CustomReportStorageWebExtension
service is a ReportStorageWebExtension class descendant, and uses BlobContainerClient methods to store and retrieve report data.
Before you run the project, specify Azure Storage Access Key as the ProdAzureBlobStorageAccountConnectionString
connection string in the appsettings.json
file.
- CustomReportBlobContainerClientProvider.cs
- CustomReportStorageWebExtension.cs
- Program.cs
- appsettings.json
- WinForms and WPF Report Designers - How to Implement a Custom Report Gallery Storage
- Reporting for ASP.NET Core - How to Use the Microsoft Azure Translator Text API in Report Localization
(you will be redirected to DevExpress.com to submit your response)