Skip to content

Commit 8dffb7d

Browse files
committed
update example
1 parent c0542a0 commit 8dffb7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CustomParameterEditor.Client/src/app/reportviewer/report-viewer.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ import { CustomInput } from '../custominputcomponent/custom-input-component';
1717
imports: [DxReportViewerModule, DxReportDesignerModule, CustomInput]
1818
})
1919
export class ReportViewer implements AfterViewInit {
20-
protected readonly reportUrl: string = "CustomParameterReport";
20+
protected readonly reportUrl: string = 'CustomParameterReport';
2121
protected readonly invokeAction: string = '/DXXRDV';
22-
protected readonly getLocalizationAction: string = `${this.invokeAction}/GetLocalization`
2322

2423
@ViewChild('myCustomInput') myCustomInput!: TemplateRef<{ data: any }>;
2524

CustomParameterEditor.Server/CustomParameterEditor.Server.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<SpaRoot>..\CustomParameterEditor.client</SpaRoot>
6+
<SpaRoot>..\CustomParameterEditor.Client</SpaRoot>
77
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
88
<SpaProxyServerUrl>https://localhost:4200</SpaProxyServerUrl>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="DevExpress.Drawing.Skia" Version="25.2.*" />
12-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="25.2.*" />
11+
<PackageReference Include="DevExpress.Drawing.Skia" Version="25.2.3" />
12+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="25.2.3" />
13+
<PackageReference Include="DevExpress.Reporting.Core" Version="25.2.3" />
1314
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.18" />
1415
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.8" />
1516
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.11" />

CustomParameterEditor.Server/PredefinedReports/CustomParameterReport.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)