Hi,
I'm fairly new to telerik reporting and here is what I have encountered.
I have a few class projects which have some dataobjects. I created a report and using the wizard, I wanted to create the datasource from business object. I saw the list of business objects and which I select them, i get the error, "An exception has been thrown by the target of an invocation". My class are defined as follows.
DataObject()_
Public Class Quote()
<DataObjectMethod(DataObjectMethodType.Select)> _
Public Function GetQuote(QuoteID) .............
etc...
End Function
End Class
Another small bug is that, when I use the report viewer, these characters appear in the report (at the end) "</" (without quotes).
Thank you.
Sathish
I'm fairly new to telerik reporting and here is what I have encountered.
I have a few class projects which have some dataobjects. I created a report and using the wizard, I wanted to create the datasource from business object. I saw the list of business objects and which I select them, i get the error, "An exception has been thrown by the target of an invocation". My class are defined as follows.
DataObject()_
Public Class Quote()
<DataObjectMethod(DataObjectMethodType.Select)> _
Public Function GetQuote(QuoteID) .............
etc...
End Function
End Class
Another small bug is that, when I use the report viewer, these characters appear in the report (at the end) "</" (without quotes).
Thank you.
Sathish