Adding vetical lines to c1report
Hi, I added 3 vertical lines to my header section of my report. The header section has two subreports containing in it. One line on left other on right and other in middle. when the subreports grow...
View ArticleReply To: Viewer speed in browser (slow)
As a follow-up, since Ross contacted me directly… In general, Ross thought that what we were doing looked right. He did notice that we were doing a .Run() on the reports before we sent them to the...
View ArticleReply To: Lost my ToolIcons Icons
Hello Georges, You may run the C1 installers with 'Repair’ option to repair and readd the C1 toolbar option. However, as you are saying that you are frequently getting the 'LC.exe’ error, could you...
View ArticleReply To: Chart in Excel
Hello, This feature is currently not available in С1.Phone.Excel. We have posted an enhancement request for the same. It might be implemented in the future releases, if the development team finds it...
View ArticleReply To: Lost my ToolIcons Icons
Hi Richa I know from my own experience that loosing toolbox items is becoming more prevalent, almost anything that installs into the visual studio environment has the potential to disrupt the toolbox...
View ArticleReply To: Export to Excel and CSV does not export view as sorted. (v 1.0.3.0)
Hello, Here is the equivalent C# code, you may try using the same at your end: FarPoint.Web.Spread.FpSpread spread = new FarPoint.Web.Spread.FpSpread(); FarPoint.Web.Spread.SheetView ss = new...
View ArticleReply To: Binding C1DataGridComboBox Column ItemsSource on MVVM
Hello, You need to use static MVVM Binding in this case. Please use the following Xaml markup in your MainView.xaml file : <Grid.Resources> <local:ComboItemSource x:Key="cmbList"/> …....
View ArticleReply To: Grid not accepting values entered by keyboard after edit...
Hello Jeff, Since the implementation was getting complex, I thought of getting this fixed based on the previous build behavior. I have forwarded this to the development team for review. However, I...
View ArticleReply To: Excel template
Hello Dror, To apply Excel templates in code you may use the following code: FileStream _fs = new FileStream("../../Template.xls",FileMode.Open);//Template already generated...
View ArticleReply To: " Error 1016: Can't download data. Invalid URL "
Hello nidz123 , DynamicCube is a discontinued product and we no longer support it. However, you may look at following links where similar issue is discussed :...
View ArticleOverlapped Series with Negative Values in Pie Chart
Hi, We would like to display negative values in Pie Chart but chart has some overlapped series. Please kindly compare the pictures we sent to you. At the first picture (pie-chart_requirement.jpg),...
View ArticleReply To: Document Map and sorting in Section Report
Hi LuckySingh, The section report type and the page report type have their own advantages and the choice depends on your requirements. For example if your report heavily relies on interactive sorting,...
View ArticleReply To: What is the best way to debug a report?
Hello Dom , The standalone report designer and the page report designer in Visual Studio have a same core, therefore the breakpoints can not be set for the report script in Visual Studio too. Thanks,...
View ArticleReply To: Question about the DateTimerPicker editor…
Hello, I regret the delay in our response. Please consider this as one of the rare miss where we failed to respond to our customer with so much delay. I understand that you have got your issue...
View ArticleReply To: Http handler 'reportService.ashx' is not found at site root
Hello, The reportservice.ashx file is automatically created as soon as you drag drop ReportViewer control on the form. So, please make sure that this file exists in your project before deploying the...
View ArticleReply To: Licensing ActiveReports 3.0
Hello, In case you have taken over an older application of your own company, it should be that your company must have purchased a license for the control. If that is the scenario you may not need to...
View ArticleReply To: Using static methods in .RPX Script
Hello Pragers, I was able to observe the behavior mentioned by you with Static methods at my end using the AddNamedItem() method. However, in case you are using
View ArticleReply To: Can’t get help for DesignerAction.ReportSettings
Hello gbas, Did you try the mentioned by topaz88? Since the viewer is inherited from Windows.Control it is possible to catch keypress events and check them. You may additionally add a help button to...
View Articledatagrid row foreground coloring problem
Hi, Using LoadedRowPresenter I tried to change the foreground color of a a row on conditions but encountered problem. I’m using a dynamic datagrid with an ObservableCollection. Adding a new row to the...
View ArticleBest place to load custom RPT layout's
Hi, I have a need to have some custom RPT layouts, different than the original one, and my question is, where’s the best place to load this .rpt files? ReportStart ? Thanks in advanced, Jorge Bastos
View Article