Hi.
After upgrading to Q1 2009 of Reporting I cannot send the parameters to the report.
My code is as follows:
Dim report_generalAudit = New ReportsCL.GeneralAuditReport
report_generalAudit.DataSource = resultsDataTable
Me.viewer.Report = report_generalAudit
Me.viewer.Report.ReportParameters("StartDate").Value = startDate
Me.viewer.Report.ReportParameters("EndDate").Value = endDate
I get the following exception:
Input string was not in a correct format.
on
Me.viewer.Report.ReportParameters("StartDate").Value = startDate
Am I doing something wrong?
Thanks in advanced.
Html text box displayed this sample,
<html><div>
<p style="text-indent: 0cm; margin: 0cm 0cm 0pt"><strong><font size="1" face="Arial"><span style="font-size: 9pt; font-weight: normal"> “Omurgalıların embriyonik gelişmesi sırasında, sırt mezoderminin sırt ektodermini etkilemesiyle sinir sistemi oluşur.” hipotezini kuran bir bilim adamı, “Embriyodaki sırt mezodermi ile karın mezoderminin yeri değiştirilirse, karın ektoderminden de sinir sistemi oluşabilir.” görüşünü ileri sürüyor.</span></font></strong></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 0pt"><strong><font size="1" face="Arial"><span style="font-size: 9pt">Buna göre, bilim adamı bilimsel çalışmanın hangi aşamasını gerçekleştirmiştir?</span></font></strong></p>
</div>
</html>
but, did not display this sample. Why?
<html><div>
<p style="margin:0cm;margin-bottom:.0001pt;text-indent:0cm"><b><font size="1" face="Arial"><span style="font-size:9.0pt">Biyolojinin dallarından olan
fizyoloji, aşağıdakilerden hangisini <u>incelemez</u>?</span></font></b></p>
</div>
</html>
How can I do? (these html codes converted via MS Word)