![]() |
How to generate ReportControl |
Post Reply ![]() |
Author | |
lilian423 ![]() Newbie ![]() ![]() Joined: 14 January 2007 Location: Philippines Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() 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") |
|
![]() |
|
sserge ![]() Moderator Group ![]() Joined: 01 December 2004 Status: Offline Points: 1297 |
![]() ![]() ![]() ![]() ![]() |
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 |
|
![]() |
|
lilian423 ![]() Newbie ![]() ![]() Joined: 14 January 2007 Location: Philippines Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
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.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |