Olá galera, estou tentando mexer com Crystal Report e não estou conseguindo. Tenho um relatório funcionando e me foi solicitado um botão para geração do relatório em EXCEL. Esta dando o seguinte erro:
"
Missing parameter values.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Sub btExportar_OnClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles btExportar.Click
crsDAGeral.Report.Parameters.Item(0).DefaultValue = ddlMeses.SelectedValue
crsDAGeral.Report.Parameters.Item(1).DefaultValue = ddlAnos.SelectedValue
crsDAGeral.ReportDocument.Refresh()
Dim objExport As New System.IO.MemoryStream
objExport = crsDAGeral.ReportDocument.ExportToStream(ExportFormatType.Excel)
End Sub
Pergunta
Leonardo Moura
Olá galera, estou tentando mexer com Crystal Report e não estou conseguindo. Tenho um relatório funcionando e me foi solicitado um botão para geração do relatório em EXCEL. Esta dando o seguinte erro:
"
Missing parameter values.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Missing parameter values.
"
O Código é o seguinte:
MEU ASPX:O qu estou fazendo de errado?
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.