Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7677173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:21:46+00:00 2026-05-31T17:21:46+00:00

I have an object that has a child collection: class Person { public string

  • 0

I have an object that has a child collection:

class Person
{
    public string Name { get; set; }
    public ICollection<PhoneNumber> PhoneNumbers { get; set; }
}

class PhoneNumber
{
    public string Name { get; set; }
    public string Number { get; set; }
}

The amount of those phone number can vary greatly. Tha table I need to get in the end:

---------------------------------
| John Doe | Home:   +1-800-666 |
|          | Work:   +1-800-777 |
---------------------------------
| Homer Si | Home:   +1-800-111 |
|          | Work:   +1-800-222 |
|          | Mobile: +1-800-333 |
---------------------------------

(I hope that it is obvious which fields are which in the above illustration)
I can rework the data classes as I wish. I need to retain the formatting (I mean that the phone numbers must be aligned on one line as shown above).

The question is – what is the best way to do this? The major limitation I have is that I cannot write any code-behind for the report. I can only use the report XML (with subreports if needed, but keep in mind – no code-behind).

Is it at all possible?

PS I am using 2008 local reports

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:21:48+00:00Added an answer on May 31, 2026 at 5:21 pm

    Well, we did not exactly find a solution to the question, but I can just say this: we basically ended up providing SQL-like structures as results of data queries. Because this is the way reporting services want it to be.

    And believe me – just give up on trying to achieve some custom functionality in reporting. Just stop struggling and use the default methods.

    As I mentioned, we used a SQL-like JOIN to get the desired format. The data returned from out provider is now in the following form:

    ______________________________________
    |PersonName | PhoneType | PhoneNumber|
    |___________|___________|____________|
    |John Doe   | Home      | +123456    |
    |John Doe   | Work      | +098765    |
    |___________|___________|____________|
    |Homer S.   | Mobile    | +654432    |
    |Homer S.   | Home      | +654431    |
    |Homer S.   | Work      | +654433    |
    |___________|___________|____________|
    

    And we just group the tablix on PersonName so that in the report it looks like this:

    ______________________________________
    |PersonName | PhoneType | PhoneNumber|
    |___________|___________|____________|
    |John Doe   | Home      | +123456    |
    |           | Work      | +098765    |
    |___________|___________|____________|
    |Homer S.   | Mobile    | +654432    |
    |           | Home      | +654431    |
    |           | Work      | +654433    |
    |___________|___________|____________|
    

    That is it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Customer object that has a child Orders collection. I have this
Say we have a class of Customer and that has a child object of
Hey. I have an object that has a string property called BackgroundColor. This string
I have an Asset object that has a property AssignedSoftware, which is a collection.
I have a Task object that has a collection of Label objects ... in
I have a MenuObject class that represents a websites Top Menu. This object has
I have two tables: object that has object_id column and avalues that have object_id
I have an object that has a list of abstract 'aninamls'. i.e. var animals
I have an object that has a multi-part key and I am struggling to
Lets say I have an object that has stringProp1, stringProp2. I wish to store

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.