Databases Reference
In-Depth Information
Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<h2>URL access with a link</h2>
<a href="http://hodentekwin7/ReportServer_HI?/Shadow+Simple&rs:Com
mand=Render&rs:Format=HTML4.0&rc:Toolbar=False" target="_self">
Shadow Simple Report</a>
<h2>URL Access in a iframe </h2>
<iframe id="main" width="80%" height="500"
src="http://hodentekwin7/ReportServer_HI?/Shadow+Simple&rs:Command
=Render&rs:Format=HTML4.0&rc:Toolbar=False"></iframe>
<h2>URL access in a Post Method of a form</h2>
<form id="form1" runat="server" action="http://HodentekWin7/
ReportServer_HI?/Report+Parts">
<input type="hidden" name="rs:Command" value="ListChildren" />
<input type="submit" value="Get Folder Contents" />
<div>
<p>Integrating a report on Report Server with a ReportViewer
Control</p>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:Button
ID="Button1" runat="server" Text="Show Report in
ReportViewer" />
<rsweb:ReportViewer ID="ReportViewer1" runat="server">
</rsweb:ReportViewer></p>
<p>&nbsp;</p>
&nbsp;</div>
</form>
</body>
</html>
For URLaccess.aspx.vb , use the following code:
Public Class URLAccess
Inherits System.Web.UI.Page
 
Search WWH ::




Custom Search