Get Next Generated Color
I have a column chart that I am creating programmatically. I am manually (in code) building the series and the associated data. I am also assigning a color to each 'bar’ by using AddNewPointStyle....
View ArticleReply To: Export to a pdf using VB.net 2013 and AR 7
Thanks for the reply This all works well in Windows 8, Windows 8.1 but under Widows 7 error appears on user machine and does not export report. Is there a different code need from above sample to work...
View ArticleAdding transparent PNG programmatically to a PDF report creates white background
Hello, We’ve got a few old ASP.NET 2.0 applications to maintain and one of them is an application where users can drag and drop images on a virtual sheet of paper built in HTML. Afterwards, they can...
View ArticleExecuting jscript in C1HTMLHost
Hello! I have the problem executing jscript in C1HTMLHost. I tried C1HtmlHost.HtmlElement.Invoke("sayhello", null); and got InvalidOperationException. My html-page is displayed as it should be (see...
View ArticleReply To: C1DataGrid GetCell
The problem is in the LoadedRowEvent I don´t have the content of the Cell. For example I have a DataGridTemplateColumn with a HyperlinkButton as DataTemplate in the LoadedRowEvent the Cell is...
View ArticleReply To: C1DataGrid GetCell
My Code: AddHandler DataGrid.LoadedRowPresenter, Sub(sender As Object, e As DataGridRowEventArgs) For Each objCol In DataGrid.Columns Dim objCell = DataGrid.GetCell(e.Row.Index, objCol.Index) If...
View ArticleReply To: Overlapped Series with Negative Values in Pie Chart
Hi, OK. We are looking forward to hearing from you. Thank you.
View ArticleReply To: Subtotal
Hi Pedro, If I assume correctly, you are looking to sum up the values of cells in a single row and show the same in the cell of the last column. You want to do this for each row. If this is the...
View ArticleReply To: Using static methods in .RPX Script
Hello Pragers, Apologies for the confusion above. As I was saying in my previous post, I understand that an object of the static class cannot be created and hence AddNamedItem() cannot be used. Thus...
View ArticleReply To: RichTextBox HTML inheritance
Hello Pragers, Apologies for the delay in this case. On further testing I observed no style other than 'font-family’ is inherited by the child tags. I have reported this behavior of the RichTextBox to...
View ArticleReply To: C1DataGrid Bug 5.0.20133.367
Hello, Apologies for the delay in response. From the screenshot provided, it seems that there is some issue while assigning a new Index to the Datagrid\’s \’SelectedIndex\’ property. Please refer to...
View ArticleReply To: DataFormatString with DateTime
Hello. Thank you for your sample. As it turns out the problem isn’t with the times above 23:00 but it’s caused by DST. Any time that was during DST is shown as +1 hour in the grid. To reproduce modify...
View ArticleReply To: Page Report Index out of Range
Hello Dom, Apologies for the time taken at our end. Please find attached a sample report which uses GetFields() method and custom code to check if any field value was null/absent. 1. To check if...
View ArticleReply To: ActiveReports 7 Service Pack 2 build 7.2.7725.0 released!
Hi! Where is the link to download the service pack for AR7 ? All I can find is to download AR8 ?
View ArticleReply To: Get Next Generated Color
Thanks for the reply. Do I just need to 'hard-code’ my code to use the RGB values of the colors specified in the .txt file? Or is there a C1 object that contains the colors? Something like:...
View ArticleReply To: ActiveReports 7 Service Pack 2 build 7.2.7725.0 released!
It seems AR8 is available for download, but this major new version is nowhere mentioned across the entire site. Very strange.
View ArticleReply To: ActiveReports 7 Service Pack 2 build 7.2.7725.0 released!
Sorry, didn’t look carefull enough, or they are updating the site now? http://www.componentone.com/SuperProducts/ActiveReports/
View ArticleProblem when create new controls in the designer
Hi! I have a small issue regarding the report designer. In my report, I drawn a rectangle. Then, I want to insert TextBoxes in the rectangle. The problem is instead of inserting the TextBox, the...
View ArticleReply To: Performance issue during C1XLSheet Save method
Hi Pragati, Thank you for the response but I think there has been a misunderstanding. When I said hyperlink I meant setting the .Hyperlink property on each cell. I have updated the example code you...
View Article