Click here to Skip to main content
15,868,236 members
Articles / Web Development / ASP.NET

A reporting service using SOAP calls passing XML to a Data Extension

Rate me:
Please Sign up or sign in to vote.
4.00/5 (5 votes)
19 Oct 2005CPOL8 min read 85.3K   406   26  
Demostrates how to render a report by passing XML to a data extension via SOAP calls.
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="RSTestApp._Default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Default</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td><asp:HyperLink id="HyperLink1" runat="server" NavigateUrl="WebForm1.aspx">Account List Report</asp:HyperLink></td>
				</tr>
				<tr>
					<td><asp:HyperLink id="Hyperlink2" runat="server" NavigateUrl="WebForm2a.aspx">Territory Sales Drilldown Report</asp:HyperLink></td>
				</tr>
				<tr>
					<td style="HEIGHT: 19px"><asp:HyperLink id="HyperLink3" runat="server" NavigateUrl="WebForm2.aspx">Territory Sales Drilldown Report (Report Viewer)</asp:HyperLink></td>
				</tr>
				<tr>
					<td><asp:HyperLink id="HyperLink4" runat="server" NavigateUrl="WebForm3.aspx">Sales Order Detail Report</asp:HyperLink></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) LEN Associates Inc.
United States United States
Years of software consulting and software development using Microsoft development products such as Microsoft Content Management System, SQL Server Reporting Service, ASP.Net C# VB.Net, HTML and javascript web development, Visual Studio add-on development, C++ MFC/ATL and COM+ development, and ActiveX components.

Comments and Discussions