Sub report within a sub report
I have a sub report that needs a sub report. i am using enumerated lists as data sources. i do not know how to set the data source of the sub-sub report which is a list property of the first sub...
View ArticleReply To: Autocomplete textbox with DropDown
Hi, There’s a bit more code we use to handle the drop-down logic, so I would recommend looking at the sample code for this you can find at: Your documents/ComponentOne Samples/Studio for WinRT XAML...
View ArticleReply To: WinRT XAML Calendar
Hi, No, not with C1Calendar. We are working on adding these views to a new control that will be available later this year. Thanks for the feedback, Greg
View ArticleReply To: Percentage(Rate,%) column's value does not work
Thank you for your quick answer. I got a solution from your hint and sample code.. I used olap_updated event. For other developer’s reference, here is real code. Dim olap = OlapSales.OlapEngine Dim dt...
View ArticleAll day events
Is it possible to increase the number of all day events that show during a week view? Or even show only all day events? Thanks Dave
View Article"members cannot be excluded…"
Trying to run a Silverlight AA report, I get \"Members cannot be excluded due of some restrictions\", and I cannot even see the shelves.
View ArticleReply To: HTML pagination not working
No response? I would think others are experiencing this issue.
View ArticleReply To: C1FlexGrid edit excel behaviour from start
Hello, You may try handling the KeyDown event of the C1FlexGrid and check the KeyCode. If it equals F2, set the C1FlexGrid in edit mode : Private Sub c1FlexGrid1_KeyDown(object sender,...
View ArticleReply To: Validation trouble
If you can point me in the direction of a sample using the attached property that would be helpful. I’m kind of confused, are we to use this attached property with the IDataErrorInfo?
View ArticleReply To: ActiveReports 7 Service Pack 2 build 7.2.7725.0 released!
Hi, For Service Pack 2, 7.2.7808.0, please download from http://publicfiles.componentone.com/ActiveReports/ActiveReports%207/ActiveReports%20Developer%20v7.2.7808.0.msi Thanks, Ryan
View ArticleReply To: Follow me on Twitter @C1Xaml for product news, sneak peeks,...
Hi Greg, my name is David Varga. I have created a service, which can serve a Silverlight page as an HTML page, so it is possible to use a Silverlight app on a mobile phone or on a tablet. Maybe you...
View ArticleActive reports 8 and Firebird
Does Active Reports 8 work with Firebird? if so is there any documentation on how to connect to it?
View ArticleSpread for WinForms SORT
So I have a worksheet with 2 columns A = "Description" B = "Value" The data is on rows 2-10 How do I sort this by column "A" – rows 2-10?
View ArticleC1Spell.2 and Windows 7
Does the old C1Spell.2 work with Windows 7? We have tested it sucessfully with a number of machines, but on some we find that the dialog box does not appear. Is there a setting on Windows 7 that might...
View ArticleReply To: How Do I Enable WebViewer Logging?
Actually, I accidentally left some old DDR stuff in my web.config and it still works! I don’t know if this was intentionally left in the ActiveReports engine from the DDR code, but here is what I...
View ArticleCan Grow/Can Shrink Property
Hi, I have used two subreports in my main report. i have set CanGrow and CanShrink propert of two reports to true and also the section’s property to true. But the problem is it doesnt grow or shrink....
View ArticleReply To: Subreport Headers on condition
Hi Pragathi, The RepeatGroup is added to the reportset and i can retrieve values from it. Or u can assume that it is an invisible field. I have grouped it by RepeatGroup and added the header in the...
View ArticleReply To: Sub report within a sub report
Hello, As per my understanding of your requirement, your Main report contains a SubReport (S1) which in turn contains a SubReport(S2). Your datasource is in form of a List of Objects in which each...
View ArticleReply To: Questions about Reporting tool
Hello Mandar, As you must have read in the documentation, XML report is loaded into a SectionReport object and the document of this object is used to export the report to various formats. Since you...
View ArticleReply To: Summary Row in C1FlexGrid
Hi Reema, That seemed to be what I was looking for. This gives me a lot to work with thanks. What I was missing was the following: _flexGrid.ColumnHeaders.Rows.Add(new GroupRow()); Thanks, Jonah
View Article