Reply To: CalcParseException with invalid token
Hello, Thank you for providing me the sample application. I tested it and I see that it gives the exception for wrong token used in ValueChanged event too. Please have a look at the attached image. I...
View ArticlePrinting from C1.WPF.OrgChart
Can anyone give some examples of how to print (or create a PDF) when using the C1OrgChart component? Thanks!
View ArticleC1FlexGridGroupPanel Question about styling
Hi, I’m trying to add styling to my C1FlexGridGroupPanel, and I have the following questions: 1) Is it possible to style the watermark text? (fontfamily, textcolor) 2) Is it possible to style the...
View ArticleC1 Themes Designer
Is it me or does the current version of C1 Live not detect the presence of the c1 themes designer? I know that It was properly installed by the c1 installer but clearly c1 live can’t find it. Dom
View ArticleReply To: ActiveReports 7 Margin Problem with Export to CCITT 4 Encoded TIFF
Similar to jlavallet’s reported issue, I have a report which is designed to output 8.5″x11″ pages to TIFF at 300DPI. When I export using the RLE compression scheme, the resulting TIFF is the expected...
View ArticleReply To: refering to parameters in section reports
The parameters can also be assigned to the textbox at design time using the datafield dropdown or during the datainitialize event at run time. the parameters are referred to as fields using...
View ArticleProblems with Active Reports 1
I am using VB6, Windows XP and Active Reports 1.0 in Virtual Box and the reports does not show me fields in correct forms, for example a label is empty when this alignment is right but it’s ok when...
View ArticleC1ToolbarTabControl: Set width to fill
Hi, Is it possible in the C1ToolbarTabControl to set the width to fill the C1ToolBar? If I add tabs to the C1Toolbar without tabcontrol, i can see the border of the implicit tabcontrol stretch over...
View ArticleObtain elements of Page Report
I have a Page Report and need access to a TextBox.value that I have in the header of a table. I’ve tried as well … object report = null; report = new PageReport(new...
View ArticleReply To: Page.MeasureParagraphHeight doesn't work for wrapped text
Deepankar, I don’t think you understood my post. I’m not trying to get the size of a control after text has been inserted. I am trying to get the dimensions text in a control would take up with a...
View ArticleReply To: multi series chart
I will add, if you are using the SeriesItemTemplate approach, which is mentioned at the end of the video, you can further download a sample to help you here:...
View ArticleReply To: Editing Cell Value with Edit Mask
Hello Pragati, Thanks for your help. How do I upgrade to the latest build after downloading the latest build, should i just remove the old build from my project reference and add the new build? Thanks...
View ArticleReply To: C1PdfViewer fails to print to a local printer
Update: This is an issue with that specific model of printer. An HP Deskjet 1000 does not exhibit the same behavior — it actually prints the document.
View ArticleReply To: C1Chart3D data binding
Hello, You can use the ColorPalette property of C1Chart3D to achieve the same. Here is what you can do : IList<Color> list = new List<Color>(); //Add the colors as per your requirement...
View ArticleReply To: How to display XY co-ordinates on mouse over in chart with multiple...
Hi Reema, thanks for the reply. code which u have given is working fine when u add XYdataseries in xaml and call PlotElementLoaded method. Please find the attached POC. i have implemented the same way...
View ArticleReply To: How to display XY co-ordinates on mouse over in chart with multiple...
Hi Reema, thanks for the reply. code which u have given is working fine when u add XYdataseries in xaml and call PlotElementLoaded method. Please find the attached POC. i have implemented the same way...
View ArticleReply To: How to display XY co-ordinates on mouse over in chart with multiple...
in xaml code- in code behind public MainWindow() { InitializeComponent(); AddData(); } private void AddData() { chart.View.Axes.Remove(chart.View.Axes[1]); chart.View.AxisX.ScrollBar = new...
View ArticleReply To: Incorrect MouseCol reported when scrolling to the right.
Hi, Which version and build of C1FlexGrid are you currently working with? I was not able to replicate the issue at my end using the latest build of C1FlexGrid at my end. The MouseCol property in the...
View ArticleReply To: Page.MeasureParagraphHeight doesn't work for wrapped text
Hello Steve, We have documentation for MeasureParagraphHeight in ActiveReports 7. You can read on this given link....
View Article