or
Dim myReport1 As New someReport |
myReport1.oTable = oTable |
myReport1.subLoadReportHeader() |
Me.ReportViewer1.Report = myReport1 |
Private Sub someReport_NeedDataSource(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.NeedDataSource |
Me.DataSource = oTable |
End Sub |
chartseries.Type = Telerik.Reporting.Charting.ChartSeriesType.StackedBar; |
chartseries.Appearance.BarWidthPercent = 15; |
chartseries.Items[j].Label.Visible = false; |
chartseries.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(57, 19, 232); |
http://www.mediafire.com/file/q1ggnyj2y2y/Telerik Report.rar |
this
.DataSource = MyBusinessClass.LoadTestData();
}
else
{
this.DataSource = MyBusinessClass.LoadRealData();
}
...
I did try this.DebugMode() and it didn't behave as I thought it would.
Thanks for your input on this matter.
Michael