Reply To: Report generation fails with build 7.2.7725.
Hello Sergey, This is a different problem regarding exporting a report to tif. Our test machines are getting an out of memory exception. I tested on my development machine and the export worked, but...
View ArticleFrozen properties don't seem to work in RT/XAML
I have a C1FlexGrid in Xaml, using C# as code-behind. It is dynamically generated, meaning that the columns are read from the rows I send it. Generally all working OK. I can format columns hidden,...
View ArticleHow do I install the version 7.3?
We have Version 7 of Spread ASP.Net. How to I get the newly released version 7.3. Do I download and install a new trial and then license with my existing codes? Thanks, Ed
View ArticleC1DataGrid SummaryRow – skip rows
I’m currently using a summary row in my datagrid which is working fine. <c1:C1DataGrid.BottomRows > <c1:DataGridSummaryRow /> </c1:C1DataGrid.BottomRows> Dim dga As New...
View ArticleCanvas object not found
I am new to Active reports. I am converting old report written in active reports 2.0 to Active reports 7.0. I am not able to get the Canvas object in AR 7.0. I checked in...
View Articlec1RichTextBox
I want to display a caret in the end of text. How ever my RichTextBox is read-only. Is it possible with this component?. I am developing an application for Windows Phone 8.
View ArticlePlotArea issues
First, I was wondering the status of the related bug here: http://our.componentone.com/groups/topic/custom-chart-painting-with-multiple-panes/#post-604375 Second, I’ve been having problems with y-axis...
View ArticleFlex grid Subtotals
I am creating sub total on a flex-grid. i.e. _grid.Subtotal(AggregateEnum.Sum, -1, -1, _colAmount, "Total"); Here I have currency displayed in _colAmount column. (For one instance one currency)....
View ArticleFlexgrid Export to Excel errors out as row count exceeds 65,000
Hi All, While exporting data from flex grid to excel using MyC1FlexGrid.SaveExcel("C:\MyC1Data.xlsx","sheet1″,C1.Win.C1FlexGrid.FileFlags.IncludeFixedCells) method we are getting argument exception...
View ArticleSetDataBinding removes all content from the filterbar
Hi All, I’ve just downloaded version 4.0.20133.61342 of the C1TrueDataGrid and noticed that SetDataBinding doesn’t work anymore the way it did. We use the CSLA Framework in our application and handle...
View ArticleReply To: How to bind x,y,z data to c1chart3d ?
Hi Reema, Thanks for your reply. Can you please share some idea to convert xyz coordinates to GridDataSeries. For eg x = 2, y = 5, z = 10, how do I converts it into GridDataSeries ? Regards Rakesh
View ArticleReply To: C1DataGrid SummaryRow – skip rows
Hello Jason, As such, you cannot skip some rows from the DataGrid Column before calculating the Sum for the respective grid Column. It includes every row within the Column. Here is a workaround you...
View ArticleReply To: Out of Memory Exception in Active Analysis
Hello Murali, The development team has made some changes related to your issue and dropped a temporary build. Could you kindly check with this build and let me know if it resolves the issue or not ?...
View ArticleReply To: Windows UI automation for FlexGrid
Hello Nansalmaa, We need some regarding the issue. According to microsoft, UiSpy is now obsolete. Could you please let me know if there is any specific reason to use it. I would recommend you to use...
View ArticleShow body data in the header on CPL report
I have a table of data in the body of my report and if I put a textbox on the page with this code in it, the value shows up properly: =First(Fields!FirstName.Value, "MyDataSet") However, if I put this...
View ArticleInstall Active reports 6
Hi, 1. I have Active reports 8 installed in my pc which also has visual studio 2010. Due to client requirement I need to install Active report 6 . Can I have both version in my pc or I have to...
View ArticleGetting the Logged in user as a parameter
In a report there is a way to get the ID of the current user with this function: =Code.UserContext.GetValue("UserId") This is great for queries, but makes it hard to preview a report. I was attempting...
View Article