@code { [Parameter] public WebReport WebReport { get; set; } string source; protected override void OnParametersSet() { base.OnParametersSet(); #if DESIGNER var designerLocale = WebReport.Designer.Locale.IsNullOrWhiteSpace() ? "" : $"&lang={WebReport.Designer.Locale}"; source = $"{WebReport.Designer.Path}?uuid={WebReport.ID}{FastReport.Web.Services.ReportDesignerService.GetARRAffinity()}{designerLocale}"; #endif } }