You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/DevExpress-Reporting-Implementation.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# DevExpress Reporting
2
2
3
-
In this document, we will implement[DevExpress Reporting](https://www.devexpress.com/subscriptions/reporting/) to ASP.NET Zero (ASP.NET Core version) step by step.
3
+
In this document, we will integrate[DevExpress Reporting](https://www.devexpress.com/subscriptions/reporting/) to ASP.NET Zero (ASP.NET Core version) step by step.
Note: If you get reference error about `WebDocumentViewerController`, `QueryBuilderController` or `ReportDesignerController`, you can follow that solution.
138
+
Note: If you get a reference error about `WebDocumentViewerController`, `QueryBuilderController` or `ReportDesignerController`, you can follow the solution below:
139
139
140
140
* Go to you `[YOURAPPNAME]WebMvcModule` .
141
141
@@ -151,4 +151,6 @@ Note: If you get reference error about `WebDocumentViewerController`, `QueryBuil
151
151
}
152
152
```
153
153
154
-
154
+
155
+
156
+
You can visit **/App/SampleReport** URL under your website to see your report.
0 commit comments