Ver Mensaje Individual
  #10 (permalink)  
Antiguo 13/05/2005, 02:03
Avatar de neivan
neivan
 
Fecha de Ingreso: febrero-2005
Mensajes: 539
Antigüedad: 19 años, 11 meses
Puntos: 1
Eso lo aclara too,
aunq me da error al intentar exportar el reporte al stream
tengo esto
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim rptStream As New System.IO.MemoryStream()
Dim CrRep As New RcpRecibos()
rptStream = CType(CrRep.ExporttoStream(Integer.Parse(5)), System.IO.MemoryStream)
....
y en CrRep.ExporttoStream Exporttostream no es no es una propiedad de RcpRecibos,me sdale subrayado...