The following steps describe how to view reports in HTML5 Viewer.
Paste inside the <head></head> tags |
Copy Code
|
---|---|
<link rel="stylesheet" href="css/GrapeCity.ActiveReports.Viewer.Html.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" |
Paste inside the <head></head> tags |
Copy Code
|
---|---|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" /> |
Paste inside the <body></body> tags |
Copy Code
|
---|---|
<div id="viewer" style="width:800px;height:600px;"></div> |
Paste inside the licenses.licx file |
Copy Code
|
---|---|
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports, Version=13.0.11236.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff GrapeCity.ActiveReports.PageReport, GrapeCity.ActiveReports, Version=13.0.11236.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, GrapeCity.ActiveReports.Export.Pdf, Version=13.0.11236.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff GrapeCity.ActiveReports.Web.WebViewer, GrapeCity.ActiveReports.Web, Version=13.0.11236.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff |
Paste inside the <script></script> tags |
Copy Code
|
---|---|
$(function () |