4 lines
487 B
Plaintext
4 lines
487 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_reportVisita.ascx.cs" Inherits="ScheMe.WebUserControls.mod_reportVisita" %>
|
|
<%@ Register Assembly="Microsoft.ReportViewer.WebForms" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
|
|
<rsweb:ReportViewer ID="RepVisita" runat="server" Font-Names="Verdana" Font-Size="8pt" Width="100%" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="20pt" SizeToReportContent="false" Height="400px">
|
|
</rsweb:ReportViewer> |