or
Hi Telerik,
i am getting an error message when i run the Silverlight viewer which says:
"The property '__implicit_items' is set more than once"
MyXaml:
<Silverlight:ReportViewer x:Name="myReportViewer" />
Nothing else is on the page.
MyCode:
public ReportDesk()
{
InitializeComponent(); << Error occurs here
}
ReportViewer Version: 4.0.10.317. Any Sugesstions.
Telerik.ReportViewer.axd
here's what I get when i put the link on my browser:
http://laptop01:8002/Telerik.ReportViewer.axd?instanceid=45d46da60fbb4619ae271d8bb9180196&optype=ReportImage&StreamID=33j1dllerds
HTTP Error 404.0 - Not Found
Please help.
| GROUP 1 |
| NUMBER |
| 1 |
| 0 |
| 1 |
| 0 |
| 0 |
| Total 0 = 3/ Total 1 = 2 |
| GROUP 2 |
| NUMBER |
| 1 |
| 1 |
| 1 |
| 0 |
| 0 |
| Total 0 = 2/ Total 1 = 3 |
| TOTAL GROUPS Total 0 = 5 / Total 1 = 5 |
| Total 0 = 3 (it counts when the FIELDS.NUMBER = 0) |
| Total 1 = 2 (it counts when the FIELDS.NUMBER = 1) |
Me
.DatahtmlTextBox.Value = "{Parameters.Data.Value}" set inside the Private Sub InitializeComponent()
| Private Sub DatahtmlTextBox_ItemDataBinding(ByVal sender As Object, ByVal e As System.EventArgs) Handles DatahtmlTextBox.ItemDataBinding |
| Dim HtmlTextBox As Telerik.Reporting.Processing.HtmlTextBox = DirectCast(sender, Telerik.Reporting.Processing.HtmlTextBox) |
| HtmlTextBox.Value = "<b>" & Me.ReportParameters("Data").Value & "I then</b> decided to open the word doc and save it as a .jpg." |
| End Sub |