5 lines
681 B
Plaintext
5 lines
681 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" %>
|
|
<%--<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" 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> |