Print Page | Close Window

How to generate ReportControl

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=7127
Printed Date: 16 November 2024 at 11:44pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to generate ReportControl
Posted By: lilian423
Subject: How to generate ReportControl
Date Posted: 14 May 2007 at 11:35am


This is the sample screen that I would like to create using ReportCOntrol. Anyone knows how to code this?

This is the only codes the I know. But I have to manually add a child node... Please help!

        Record = AxReportControl1.Records.Add
        Item = Record.AddItem("1")
        Record.AddItem("Argument Node")
        ChildRecord = Record.Childs.Add()
        Item = ChildRecord.AddItem("")
        ChildRecord.AddItem("Fact Node")





Replies:
Posted By: sserge
Date Posted: 14 May 2007 at 5:41pm
Hi,

And what's a problem with this code? :)

Take a look into ReportSample application, frmTreeView, Form_Load(). There is a sample of how to add child records to the control.

--
WBR,
Serge


Posted By: lilian423
Date Posted: 14 May 2007 at 11:19pm
HI! Thanks for the reply. Yeah, I've seen the ReportSample. But in that sample, there are many columns, and every column, it generates corresponding rows. What I wanted is to have only one column, then that column can have many child nodes. 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net