M
Meena
Hi every Body,
I am using Crystal Reports with vb.net interacting with front end
every thing fine, I still Have a doubt of the report is refreshing
really or not.
Dim crReportDocument As New
rystalDecisions.CrystalReports.Engine.ReportDocument
Dim strRecodSelectionFormula As String
crReportDocument.Load("Report1.rpt")
''''passing some strings to edit recordselection formulae,
crReportDocument.RecordSelectionFormula = strRecodSelectionFormula
crReportDocument.Refresh()
CrystalReportViewer1.ReportSource = crReportDocument
The above I am doing is refreshing reportdocument and not the report
directly,
Is it refreshing Really.
Early Repliey is greatly appreciated.
Thank you,
Regards
meena.
I am using Crystal Reports with vb.net interacting with front end
every thing fine, I still Have a doubt of the report is refreshing
really or not.
Dim crReportDocument As New
rystalDecisions.CrystalReports.Engine.ReportDocument
Dim strRecodSelectionFormula As String
crReportDocument.Load("Report1.rpt")
''''passing some strings to edit recordselection formulae,
crReportDocument.RecordSelectionFormula = strRecodSelectionFormula
crReportDocument.Refresh()
CrystalReportViewer1.ReportSource = crReportDocument
The above I am doing is refreshing reportdocument and not the report
directly,
Is it refreshing Really.
Early Repliey is greatly appreciated.
Thank you,
Regards
meena.