Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/04/2015, 11:34
paco022
 
Fecha de Ingreso: marzo-2015
Ubicación: en mi casa
Mensajes: 2
Antigüedad: 9 años, 1 mes
Puntos: 0
Respuesta: Visualizar Reporte de Crystal asp.net C#

<div>
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true" GroupTreeImagesFolderUrl="true" Height="1202px" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="true" ToolPanelWidth="200px" Width="1104px" />
<CR:CrystalReportSource runat="server" ID="CrystalReportSource1">
<Report FileName="CrystalReport1.rpt"></Report>
</CR:CrystalReportSource>
</div>
</form>
</body>
</html>