Reply To: Multiple images in one cell?
Perfect. I was able to get this working by simply letting the OwnerDrawCell do its thing and then drawing my image at the end of the cell. I was making it too hard: 'Draw the cell and then draw the...
View ArticleReply To: Failed to send request to...
I have reached out to Bill and am working on his case. I will post solution when resolved.
View ArticleLarge image label on ribbon group
Hello, How can I add an image of size 32×32 to a ribbon group? With .net 2 it was possible to assign a 32×32 image to a RibbonLabel to obtain the effect of the image attached. Now I’m using .net 4 and...
View ArticleCan not Preview any of Active Reports from the server – Time Out issue
Preview failed to fetch any data following error come up: “The task was assigned to an agent but the agent failed to confirm that the task was accepted for execution within the specified timeout...
View ArticleReply To: The unlicensed nag screens are shown at run-time after updating the...
Hi Pragati Kaushik, Thank you very much for your help. Now I have time to try to upgrade my controls as the 2013V2 version. Before upgrading the controls, I want to clarify the following points: 1.)...
View ArticleReply To: MultiLine Textbox side-by-side with Subreport
Yes – see attached. I had to change the connection string and folder for the subreport for my environment.
View ArticleStyling of C1TabControl
Hello, I`ve faced with a problem of styling C1TabItems in C1TabControl. I can see that usual background color, selected color etc for C1TabItems in TabItems panel are using some colors with Gradients,...
View ArticleSummary Row in C1FlexGrid
I was wondering if anyone has an implementation for a summary row for a C1FlexGrid? Something similar to the TopRows –> DataGridSummaryRow in the C1DataGrid. Is it built in and I’m just not seeing...
View ArticleC1DropDown ForceBelow not working on widescreen or low res
Hello, I have a C1DropDown, the header is a textbox and the content is a datagrid. I have the DropDownDirection property set to ForceBelow which works perfectly most of the time. However I am getting...
View ArticleReply To: One report instead of many subreports
We feed the report a collection of objects already filled out, so it amounts to one data source. But as mentioned in my original post, grouping doesn’t appear to work for us because of the requirement...
View ArticleReply To: FormulaTextBox will be set to empty when enter the textbox for...
Hello Aaron, I tried replicating the issue mentioned by you but was unable to do so at my end. Please refer to the attached sample wherein the FormulaTextBox has been attached to the Spread and saved...
View ArticleLinking a chart to data on spread
I have figured out how to add a chart to a spreadsheet, but the only example I found puts the data directly into the chart. I’d like to have a chart that’s linked to data on the spread. How do I do...
View ArticlePage Layout Control – Variable Width Based on Expression
Is there any way to set a control width to the result of an expression? For example, I’d like to be able to set a table width to something like "=Code.CalculateWidth(x, y, z)". When I try to do...
View ArticleReply To: Can not Preview any of Active Reports from the server – Time Out issue
Hi Alexey, Are you using AR8 reports with AR8 Server or are you using the Report Designer Add-on for designing the report that you are running? The Report Designer Add-on uses the Data Model...
View ArticleC1Datagrid DataGridCheckBoxColumn
I have a Datagrid with a lot of rows, say 75. One of the columns in the Datagrid is of type DataGridCheckBoxColumn. When a user attempts to check a checkbox on each row, going down the column,...
View ArticleLinking a chart to data on spread
I would like my chart to take its data directly from the spreadsheet, for instance my line chart should display the numbers from from a certain region of cells. How can I accomplish this?
View ArticleReply To: Problem with displaying a subreport cross two pages
Hi Tuhina, I upgraded to the latest build, but the problem still shows. So I made a sample of my project and it shows the problem. You can see that the content near the page break got cut off. Thanks,...
View ArticleHow to create a chart using a series with String values.
I want to plot y-values associated with String IDs using an XY-chart. When I initially tried this, I received an "Invalid data type" exception. I assumed this was due to the continuous number line on...
View ArticleReply To: Highlight with no symbols
Sorry, I’m just extremely busy lately. Add these two lines after you call AddNewSeries: cdseries.PlotFilterMethod = PlotFilterMethodEnum.Default; cdseries.PlotFilter = 1; And the highlighted point...
View Article