</script>
<div style="height: 650px; width: 1200px; min-height: 404px; z-index: -1" id="container"></div>
<script type="text/javascript">
$(function () {
$("#container").ejReportViewer(
{
reportServiceUrl: '/api/ReportApi_1',
processingMode: ej.ReportViewer.ProcessingMode.Remote,
reportPath: '~/Report/Sample.rdl',
});
});
</script> |
Hi Yuvaraj,
I tried using z-index : -1. But this didn´t work
I attached the view.cshtml.
Regards,
Patrick