Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - How to generate ReportControl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to generate ReportControl

 Post Reply Post Reply
Author
Message
lilian423 View Drop Down
Newbie
Newbie
Avatar

Joined: 14 January 2007
Location: Philippines
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote lilian423 Quote  Post ReplyReply Direct Link To This Post Topic: How to generate ReportControl
    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")


Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
lilian423 View Drop Down
Newbie
Newbie
Avatar

Joined: 14 January 2007
Location: Philippines
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote lilian423 Quote  Post ReplyReply Direct Link To This Post 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. 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.