Reply To: DragDropManager in WPF with ContentControl
Reema, In the main User Control, I include two contentcontrols (cclInvoice and cclExpense). To each, I assign a usercontrol (essentially) a standard ListBox . XAML in the main UserControl:...
View ArticleExtracting a compressed folder with files and sub folders
Hi, I manually created a compressed folder using the Windows "Send To" compressed folder option. This compressed folder contains many sub folders with files. In working with your ZipFileDemo2010,...
View ArticleFormattedText HTML Borders and Font Sizes
I’m trying to use the following HTML in a formatted text control on a fixed page layout report and am having a few problems. First, the font size and family definitions on the table don’t seem to be...
View ArticleReply To: Problem when create new controls in the designer
Just a small note, the previous version of ActiveReports I was using was ActiveReports 2.0 for VB6 and the designer did not behave this way about the overlapping controls when drawing controls. So the...
View ArticlePageHeader visibility in Section report
Using the end user designer to create a Section report I would like to hide the PageHeader on the first page. I assume that there is a way to do this in script but I don’t know how. Does anybody have...
View ArticleReply To: Report generation fails with build 7.2.7725.
Finally stripped out enough to upload, My sql instance is 2012 with sql authentication. The database is in ST.Protect.Reports1\Bug.bak You will need to drop in the specific version of Active report...
View ArticleMVC5 templates
We r starting a project using MVC5. Can you please say do you have New MVC5 Project Templates ? Does Componentone supports MVC5? Thank you
View ArticleProblem with displaying a subreport cross two pages
I have a report with a subreport(sub1). Inside sub1, there is another sub report called sub2. When I try to display the report, if the sub1 is near page breaker or it needs two pages to display, the...
View ArticleReply To: Problem with displaying a subreport cross two pages
The second pic did got attached. Here it is.
View ArticleReply To: PageHeader visibility in Section report
I figured out the answer: Sub PageHeader_Format if rpt.PageNumber = 1 then rpt.Sections("PageHeader").Visible = False end if End Sub
View ArticleReply To: PageHeader visibility in Section report
The else branch is necessary or the section remains invisible after the first page: Sub PageHeader_Format if rpt.PageNumber = 1 then rpt.Sections("PageHeader").Visible = False else...
View Articlecheckbox check is too light when editing disabled.
I have a grid that has add, change, and delete set to false. It has a check box. The font is so light that one cannot see it. It is important that this be viewed easily and it is so light that it...
View ArticleSubreport Headers on condition
Hi, Is this possible to make the headers of the subreport visible based on the some condition. say i have to display the header if lineno is equals repeat group. how do i do this?? can u suggest any...
View ArticleReply To: Report generation fails with build 7.2.7725.
Steve , Thank you for the project. This issue relates to the bug in CacheToDisk functionality. I have sent the request to developers team (tracking number is 173000) As workaround you could temporary...
View Articleclear or remove rows
Hi, I used the method OwnerDrawCell to draw a text with different color, thanks to Deepankar, but now I have a new problem. How can I erase the cell contents, because I have the overlay text if you...
View ArticleOlap Grid horizontal Scroll
horizontal scroll fonctionnality in the Silverlight OLAP Grid . By default fields placed in "Row" works as "fixed" columns. Is there a way to scroll the entire grid and not only "Values" Fields ? I...
View ArticleReply To: FilterBar FilterRow replication; FlexGrid TrueGrid functionality
I’m not able to resolve this issue with the latest version of FlexGrid. I can only type only 1 word on the filter bar, then it resets. Is there any other solution.
View ArticleReply To: ToolTip height
Never mind, just found it out myself. This might help someone in the future: In the Properties window under Styles –> Vertical alignment, if you select anything other than "Top", The tooltips for...
View ArticleReply To: Problem with displaying a subreport cross two pages
Hello, To replicate the problem faced by you, I created a simple application wherein I placed a subreport (sub1) on the main report and a subreport (sub2) on sub1. I created the layout in such a way...
View Article