07/04/2015, 11:34
|
| | Fecha de Ingreso: marzo-2015 Ubicación: en mi casa
Mensajes: 2
Antigüedad: 9 años, 7 meses 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> |