35 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestReport.aspx.cs" Inherits="FineUIPro.Web.Report.TestReport" %>
 | 
						|
 | 
						|
<%@ Register assembly="Microsoft.ReportViewer.WebForms" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head runat="server">
 | 
						|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 | 
						|
    <title></title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <form id="form1" runat="server">
 | 
						|
         <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
 | 
						|
        <div style="height: 376px; width: 788px">
 | 
						|
 | 
						|
 | 
						|
            <rsweb:ReportViewer ID="ReportViewer2" runat="server" Height="391px" Width="772px" BackColor="" ClientIDMode="AutoID" HighlightBackgroundColor="" InternalBorderColor="204, 204, 204" InternalBorderStyle="Solid" InternalBorderWidth="1px" LinkActiveColor="" LinkActiveHoverColor="" LinkDisabledColor="" PrimaryButtonBackgroundColor="" PrimaryButtonForegroundColor="" PrimaryButtonHoverBackgroundColor="" PrimaryButtonHoverForegroundColor="" SecondaryButtonBackgroundColor="" SecondaryButtonForegroundColor="" SecondaryButtonHoverBackgroundColor="" SecondaryButtonHoverForegroundColor="" SplitterBackColor="" ToolbarDividerColor="" ToolbarForegroundColor="" ToolbarForegroundDisabledColor="" ToolbarHoverBackgroundColor="" ToolbarHoverForegroundColor="" ToolBarItemBorderColor="" ToolBarItemBorderStyle="Solid" ToolBarItemBorderWidth="1px" ToolBarItemHoverBackColor="" ToolBarItemPressedBorderColor="51, 102, 153" ToolBarItemPressedBorderStyle="Solid" ToolBarItemPressedBorderWidth="1px" ToolBarItemPressedHoverBackColor="153, 187, 226">
 | 
						|
                <LocalReport ReportPath="Report\Report.rdlc">
 | 
						|
                    <DataSources>
 | 
						|
                        <rsweb:ReportDataSource DataSourceId="SqlDataSource1" Name="DataSet1" />
 | 
						|
                    </DataSources>
 | 
						|
                </LocalReport>
 | 
						|
                
 | 
						|
            </rsweb:ReportViewer>
 | 
						|
 | 
						|
 | 
						|
            <asp:SqlDataSource ID="SqlDataSource1" runat="server"></asp:SqlDataSource>
 | 
						|
 | 
						|
 | 
						|
        </div>
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 |