Reply To: Error Handling
Hi, You may try using try-catch blocks around the report run in your project as follows: try { // do something } catch (System.Exception ex) { // do something with ex } Unfortunately, there are no...
View ArticleReply To: Remove Borders
Hello, Good to know that your issue has been resolved. Hereby, considering this forum as closed. Please feel free to contact us anytime you face any issues in future. Regards, Mohita
View ArticleReply To: Active reports 8 and Firebird
jpatelEagle, ActiveReports supports any database that can be read by the .NET framework. You should be able to set the DataSource and DataMember properties appropriately to bind to your dataset which...
View ArticleReply To: Export to PDF
Scott, Could you please let me know what is the viewer type set for the webviewer control where you are displaying the report? What happens when you change the viewer type in the application?...
View ArticleReply To: Print from PDFViewer Component without showing Print DialogBox
I read the article. but i have to pass the printer name as a parameter. Regards Shan.B
View ArticleReply To: Error Handling
Thanks for the reply Pragati. I know the Try blocks as I shown it above, but i was wondering what people were doing to shoot back the client a message about the error and/or log it. What can you do in...
View ArticleHow i can remove Reportviewer left panel.
I need to remove left panel of report viewer.Please let me know how i can remove that. Regards. Rohit
View ArticleC1DataGrid SummaryRow Lines
Hi. Is it possible that the summary row have also the horizontal lines? Regards
View ArticleHow to hide or remove left panel of c1reportviewer?
I need to remove or hide left panel of c1reportviewer.Pleae let me know how i can do it. Regards, Rohit
View ArticleNested C1RadialMenuItems
Hi together, has anyone an idea how i can nest a RadialMenuItem inside another RadialMenuItem? Ist no propblem doing this in xaml…but i need to do this in code behind. I have tried to add the...
View ArticleReply To: CalcParseException with invalid token
Hello, Semicolon is not being parsed by CalcEngine here. Could you please provide me a sample application where you are getting the IF formula working with semicolons. The IF formula is giving correct...
View ArticleReply To: Nested C1RadialMenuItems
for example: C1RadialMenuItem item = new C1RadialMenuItem(); item.Header = "test"; menu1.Items.Add(item); C1RadialMenuItem subItem = new C1RadialMenuItem(); subItem.Header = 1;...
View ArticleTernary Scatter Diagram
Being a geologist, one of the chart types we use on a regular basis is the Ternary Scatter Diagram. These diagrams take three components, recast the data to 100% and plot the data points within a...
View ArticleReply To: Nested C1RadialMenuItems
Hi Irina, i have tried this way before and this throws an exception "No installed components were detected. Element is already the child of another element." But maybe i have an error anywhere else…....
View ArticleReply To: Nested C1RadialMenuItems
I can tell nothing without seeing the error on my side. Try to do very simple sample, reproducing the problem, and attach it here.
View ArticleReply To: Width property problems
Hi Richas, Thanks for the new build. I’d try it out, but I cannot access that link. That domain is blocked in our company. Can you host it on componentone.com? Eric
View ArticleReply To: SCRIPT5009: 'MSGesture' is undefined
Hi Manpreet, will this be included in the IE 11 release that’s coming soon? Thanks.
View ArticleReply To: How to change the color of multiselected rows in a C1TrueDBGrid
unfortunatly not. These things i already tried. We are working with a C1 version from 2011 and the prerelease dll you posted isn’t working together with our other librarys. There is also no video. But...
View ArticleReply To: CalcParseException with invalid token
Hello, it works with Semicolons, if I set the Formula in a ValueChangedEvent: Sub Spread_ValueChanged(sender As Object, e As CellEventArgs) Handles Spread.ValueChanged Dim cells =...
View ArticleSorting Unbound Column or Formatting number to HH:MM:SS
Hello, with a TrueDBGrid I need to be able to order an Unbound Column, but it doesn’t seems to work. Alternatively I need to convert a number (for example a number of seconds) to the format HH:MM:SS...
View Article