CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Is Report

  1. #1
    Join Date
    Oct 2005
    Posts
    7

    Is Report

    I have objects inside a report, one of which is a sub report.
    I need to loop through all the objects . This I can do.

    However I need to know when the object is the sub report.

    How do I know this? i.e if IsReport(object) then .......

  2. #2
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309

    Re: Is Report

    What reporting tool are you talking about first?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured