diff --git a/ayanova/src/components/report-viewer-control.vue b/ayanova/src/components/report-viewer-control.vue
new file mode 100644
index 00000000..d126069d
--- /dev/null
+++ b/ayanova/src/components/report-viewer-control.vue
@@ -0,0 +1,18 @@
+
+
+
+ Report viewer control
+ ReportId: {{ reportId }}
+ AyaType: {{ ayaType }}
+
+
+
+
diff --git a/ayanova/src/main.js b/ayanova/src/main.js
index 53d20a74..e5212f28 100644
--- a/ayanova/src/main.js
+++ b/ayanova/src/main.js
@@ -44,6 +44,7 @@ import currencyControl from "./components/currency-control.vue";
import decimalControl from "./components/decimal-control.vue";
import errorControl from "./components/error-control.vue";
import reportSelectorControl from "./components/report-selector-control.vue";
+import reportViewerControl from "./components/report-viewer-control.vue";
/////////////////////////////////////////////////////////////////
// LIBS AND GLOBAL ITEMS
@@ -172,6 +173,7 @@ Vue.component("gz-currency", currencyControl);
Vue.component("gz-decimal", decimalControl);
Vue.component("gz-error", errorControl);
Vue.component("gz-report-selector", reportSelectorControl);
+Vue.component("gz-report-viewer", reportViewerControl);
//3rd party components
Vue.use(VueCurrencyInput);
diff --git a/ayanova/src/views/ay-report.vue b/ayanova/src/views/ay-report.vue
index 3260f76f..e2f3530e 100644
--- a/ayanova/src/views/ay-report.vue
+++ b/ayanova/src/views/ay-report.vue
@@ -1,14 +1,12 @@
-
+