Steps to reproduce:
- Call
AzureReportDesignerContainer.UseAzureEnvironment
at the application startup. - Run the designer.
- Save the currently edited report (without registering
ReportStorageWebExtension
).
Current results:
'Missing parameter 'secureDataConverter' for the requested type
'DevExpress.XtraReports.Web.ReportDesigner.Native.Services.SqlDataSourceConnectionParametersPatcher''
Additional information:
As a workaround, register the missing service manually as follows:
C#DefaultQueryBuilderContainer.Register<ITableServiceClientProvider, DevExpress.XtraReports.Web.Azure.WebDocumentViewer.Native.DefaultTableServiceClientProvider>(); DevExpress.XtraReports.Web.ASPxReportDesigner.StaticInitialize();