Working with assemblies on build server
I’m working on my first project with Spread for WinForms. When trying a build on the build server (Team City), I get errors that the FarPoint assemblies can’t be found. Is there anyway to resolve this...
View ArticleReply To: Problem with displaying a subreport cross two pages
oh, I forgot to mention that when I print excel by using google chrome, it only downloads the aspx page instead of excel.
View Articlec1flexgrid – Row Inactive
Hi, I wanted to make a row Grey Highlight,Bold White Font and Inactive. How do i make a row inactive. Is it possible? i have a grid which looks like the below: Col1 Col2 Col3 Col4 a1 a2 a3 a4 b1 b2 b3...
View ArticleExtra blank page on some printers
Hi, I have a situation, where I have just one page on the screen, but when I print, there’s an extra blank page on the end. This happens with some specific printers, very rare but now happened with a...
View ArticleHow to get the position of the activeCell
i want to get the ActiveCell postion, but fail. for example: gcSpreadSheet1.GetPostionByCell(row, col)?? now, i just use the mousedown envent: void gcSpread1_MouseDown(object sender,...
View ArticleHow to populate chart series with String values
I want to chart y-values as doubles with corresponding String x-values in an XY-Chart. I tried this and got an "Invalid data type" exception. I tried to switch chart type to bar and also received the...
View ArticleReply To: Page Layout Control – Variable Width Based on Expression
Hello, The value of Size and Location of a control in case of page based layouts cannot be set to expressions. such as "=Code.FunctionName()". It has to be set to valid values such with valid units....
View ArticleReply To: Refreshing data in OlapGrid
That’s very disappointing. Whenever the grid is refreshing, it is taking time to load without any progress and end user will have no idea when it gets refreshed. Can you raise a Feature request for...
View ArticleReply To: Summary Row in C1FlexGrid
Hello Jonah, Please refer to the following forum link where a similar issue has been answered : http://our.componentone.com/groups/topic/how-to-get-footer-summar-row-in-c1flexgrid/ For creating groups...
View ArticleReply To: The unlicensed nag screens are shown at run-time after updating the...
Hi Pragati Kaushik, According to your information and suggestion, I find out that the problem occurs because some controls have not been added in the licenses.licx file in the project. These controls...
View ArticleReply To: Slower autosize-functionality for columns
Hello Pragati, thanks for your reply! I couldn’t get your sample to run. But I viewed code and it was conceptionally build like my procedure. The hint with SuspendLayout and ResumeLayout was great –...
View ArticleReply To: Extra blank page on some printers
Hello Jorge, Printing of extra pages is usually due to margin issues. However, since your reports are showing this behavior with only a few printers, you may be right in saying this issue is not...
View ArticleReply To: Extra blank page on some printers
Hello Jorge, Printing of extra pages is usually due to margin issues. However, since your reports are showing this behavior with only a few printers, you may be right in saying this issue is not...
View ArticleReply To: Preview Issue
Hello Sreejesh, Here is the C# version for the above code: protected void FpSpread1_CreateButton(object sender, FarPoint.Web.Spread.CreateButtonEventArgs e) { if (e.Label == "Print") { e.Visible =...
View ArticleReply To: C1DataGrid Columns
Hello, Thank you for providing the sample application. I could observe the issue at my end and have escalated the same to the concerned team. I will get back to you as soon as I get any update from...
View ArticleReply To: Farpoint spread change the size of the Checkbox
Lakdinesh, You may set images for CheckBox states , please have a look at an example below: FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType5 = new...
View ArticleReply To: MultiLine Textbox side-by-side with Subreport
Hi Brian, The way that the CanGrow property works is that there has to be a horizontal space (imaginary line) underneath the controls which can grow so that the canvas can be "split" and pushed down....
View ArticleCall AfterColUpadte event from another function
Hi, I want to cal C1TDBGrid1_AfterColUpdate event from button_click event . Private Sub C1TrueDBGrid1_AfterColUpdate(ByVal sender As Object, ByVal e As C1.Win.C1TrueDBGrid.ColEventArgs) Handles...
View ArticleReply To: ActiveReports.ReportService.asmx/RunReport not found in...
For those who experience this issue, this case was resolved by removing the following entry from the web.config file in the MVC project Thanks,
View Article