How do you control the nesting structure. I 've got a textbox that's
already on the form that I'd like to move into List1. I tried to use
Document Outline in VS 2003, but it reports "there are no items to show for
the selected document". The only way I've found is to manually edit the xml
code, but this is quite easy to screw up.
Colin
[quoted text, click to view] "TroyS" <TroyS@discussions.microsoft.com> wrote in message
news:CE6C63F1-FED9-47BD-A2E8-472D1942A056@microsoft.com...
> Thx.
> I knew it was something simple...
>
> "Amedeo Feroce" wrote:
>
>> You need to move List2 out of List1. You can then delete List1 and then
>> reposition List2.
>>
>> "TroyS" <TroyS@discussions.microsoft.com> wrote in message
>> news:E1912B2F-12DE-4B23-918B-39F2B7F9D8F3@microsoft.com...
>> >I have the following nested structure:
>> > List 1
>> > ---List 2
>> > -------Matrix
>> >
>> > I don't need List 1 anymore in the report. However, if i delete List1
>> > then
>> > List2 and the Matrix disappears from the layout as well. How can i
>> > remove
>> > List1 without deleting List2 and Matrix....
>> >
>> > thx.
>> >
>>
>>
>>