-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDefault.aspx
More file actions
40 lines (36 loc) · 1.21 KB
/
Default.aspx
File metadata and controls
40 lines (36 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="GrapeCity.ActiveReports.Samples.Web._Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link rel="stylesheet" type="text/css" href="CSS/default.css"/>
<title>ActiveReports Standard Edition Web Sample</title>
</head>
<body>
<div id="pagetop">
<div id="pagetitlebanner">
<h1>
<a href="Default.aspx">ActiveReports Standard Edition Web Sample</a></h1>
</div>
</div>
<div id="pagebody">
<h2>
ActiveReports for ASP.NET Standard Edition Options</h2>
<!-- WebControl -->
<p>
<a href="WebControl.aspx">WebControl for ASP.NET</a>
<br/>
This sample demonstrates how an easy way to start development ActiveReports.
</p>
<br/>
<!-- Raw Exporting -->
<p>
<a href="ParameterReport.aspx">Parameterized Report Sample</a>
<br/>
This sample demonstrates how to generate a report by passing a parameter
to the report.
</p>
</div>
<form id="form1" runat="server">
</form>
</body>
</html>