b8e4665293
Completato insert relazione (CRUD) Inserito report rdlc x download e visualizzaizone online
5 lines
557 B
Plaintext
5 lines
557 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_reportVisita.ascx.cs" Inherits="MedPred.WebUserControls.mod_reportVisita" %>
|
|
<%@ 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="14pt" SizeToReportContent="false" Height="400px">
|
|
</rsweb:ReportViewer>
|