Private Sub AddTestSubReports(ByVal MySubReport As Telerik.Reporting.SubReport, ByVal mTestCode As String, ByVal mTestTitle As String, ByVal lasttest As Int16)
'Adds a single test to the report as a subreport
MySubReport =
New Telerik.Reporting.SubReport
MySubReport.Size =
New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(10, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Cm))
MySubReport.Style.Padding.Bottom =
New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Cm)
MySubReport.Dock = System.Windows.Forms.DockStyle.Top
MySubReport.Name =
"SubReport2"
MySubReport.Style.BorderColor.Default = System.Drawing.Color.MidnightBlue
MySubReport.Style.Color = System.Drawing.Color.Transparent
MySubReport.Location =
New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(myStartLocation, Telerik.Reporting.Drawing.UnitType.Cm))
Dim mobjTestResults As New objTestResults(mCertificateCode, mTestCode)
mobjTestResults.BuildTestHeadings(
False)
mobjTestResults.AddResultsTodtResults()
Dim txtTemp As New Telerik.Reporting.TextBox
Dim SubRep As New CertificatTestSubRep1
MySubReport.ReportSource = SubRep
SubRep.txtTestName.Value = mTestTitle
DeleteUnwantedSubRepItems1(mobjTestResults.dtResults.Columns.Count, SubRep, mobjTestResults.mdtColums)
SubRep.DataSource = mobjTestResults.dtResults
Me.DetailSection1.Items.Add(MySubReport)
myStartLocation = myStartLocation + MySubReport.Height.Value
End Sub
Well I have uninstalled RadControls_for_ASP.NET_AJAX_2009 Q1, but when I am trying to install RadControls_for_ASP.NET_AJAX_2009 Q2, system shows me this error:
"Telerik RadControls for ASP.NET
AJAX VSExtensions are installed.
Please uninstall and restart this setup."
But when I am trying to delete VSExtensions from Control panel/Add or Remove shows this massage:
"Telerik RadControls for ASPNET AJAX are not installed"
And at last how I can uninstall this VSExtension?