in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Outline tab

Last post 10-17-2007 10:54 AM by C1_GregL. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 09-08-2003 3:30 PM

    Outline tab

    Maybe a stupid question, but what is the "outline" tab in
    C1PrintPreview supposed to display (it seems like it's always empty)?
    Is there a way I can hide it?


    Gerrit


    Click here to view the original newsgroup article (read only).

  • 09-08-2003 3:35 PM In reply to

    Re: Outline tab

    Well... it was a stupid question., I should spend more time searching
    the newsgroups... ;)

    But my other question remains: Is there any way I can hide the outline
    tab?

    Gerrit

    "Gerrit" wrote in message
    news:3f5c8464@vger5.componentone.com...
    > Maybe a stupid question, but what is the "outline" tab in
    > C1PrintPreview supposed to display (it seems like it's always empty)?
    > Is there a way I can hide it?
    >
    >
    > Gerrit
    >
    >


    Click here to view the original newsgroup article (read only).

  • 09-09-2003 9:12 AM In reply to

    Re: Outline tab

    "Gerrit" wrote:

    > Thanks for the reply. Changing the .Visible property does not do anything,
    > probbaly because of the crappy Microsoft TabControl in .NET. Anyway, it's
    > not that important, it's just a bit annoying when the users ask you what the
    > tab is supposed display (I currently have no use for it).

    I posted the answer to your question yesterday, but just in case you
    missed it - here's the way to remove the outline tab in the form load
    handler:

    private void Form1_Load(object sender, System.EventArgs e)
    {
    this.c1PrintPreview1.C1PreviewNavigationBar.TabPages.RemoveAt(1);
    }

    Hope this helps.

    > Gerrit
    >
    >
    > "Wolfgang Knauf" wrote in message
    > news:3f5d9034$1@vger5.componentone.com...
    >> Hi Gerrit,
    >>
    >> if your report contains groups, the outline tab displays a tree with the
    >> fields you used for grouping.
    >>
    >> It should look somehow like this:
    >> -group1fieldvalue
    >> -group1subgroup1fieldvalue
    >> -group1subgroup2fieldvalue
    >> ....
    >> -group2fieldvalue
    >> -group2subgroup1fieldvalue
    >> -group2subgroup2fieldvalue
    >> ....
    >>
    >> The depth depends on the number of groups.
    >>
    >> In designer there is a property which should make it invisible. But it
    >> didn't work with (didn't check it with the newest build). If this doesn't
    >> work, you could access the tab control directly by getting the
    >> preview-subcontrols and remove the outline tab. Perhaps this works without
    >> making the preview crash :-)
    >>
    >> Regards
    >>
    >> Wolfgang
    >>
    >> "Gerrit" schrieb im Newsbeitrag
    >> news:3f5c8589@vger5.componentone.com...
    >> > Well... it was a stupid question., I should spend more time searching
    >> > the newsgroups... ;)
    >> >
    >> > But my other question remains: Is there any way I can hide the outline
    >> > tab?
    >> >
    >> > Gerrit
    >> >
    >> > "Gerrit" wrote in message
    >> > news:3f5c8464@vger5.componentone.com...
    >> > > Maybe a stupid question, but what is the "outline" tab in
    >> > > C1PrintPreview supposed to display (it seems like it's always empty)?
    >> > > Is there a way I can hide it?
    >> > >
    >> > >
    >> > > Gerrit
    >> > >
    >> > >
    >> >
    >> >
    >>
    >>
    >
    >

    --
    Cheers,
    -Dima.

    Click here to view the original newsgroup article (read only).

  • 09-09-2003 10:34 AM In reply to

    Re: Outline tab

    Hi Gerrit,

    if your report contains groups, the outline tab displays a tree with the
    fields you used for grouping.

    It should look somehow like this:
    -group1fieldvalue
    -group1subgroup1fieldvalue
    -group1subgroup2fieldvalue
    ....
    -group2fieldvalue
    -group2subgroup1fieldvalue
    -group2subgroup2fieldvalue
    ....

    The depth depends on the number of groups.

    In designer there is a property which should make it invisible. But it
    didn't work with (didn't check it with the newest build). If this doesn't
    work, you could access the tab control directly by getting the
    preview-subcontrols and remove the outline tab. Perhaps this works without
    making the preview crash :-)

    Regards

    Wolfgang

    "Gerrit" schrieb im Newsbeitrag
    news:3f5c8589@vger5.componentone.com...
    > Well... it was a stupid question., I should spend more time searching
    > the newsgroups... ;)
    >
    > But my other question remains: Is there any way I can hide the outline
    > tab?
    >
    > Gerrit
    >
    > "Gerrit" wrote in message
    > news:3f5c8464@vger5.componentone.com...
    > > Maybe a stupid question, but what is the "outline" tab in
    > > C1PrintPreview supposed to display (it seems like it's always empty)?
    > > Is there a way I can hide it?
    > >
    > >
    > > Gerrit
    > >
    > >
    >
    >


    Click here to view the original newsgroup article (read only).

  • 09-09-2003 10:42 AM In reply to

    Re: Outline tab

    Thanks for the reply. Changing the .Visible property does not do anything,
    probbaly because of the crappy Microsoft TabControl in .NET. Anyway, it's
    not that important, it's just a bit annoying when the users ask you what the
    tab is supposed display (I currently have no use for it).

    Gerrit


    "Wolfgang Knauf" wrote in message
    news:3f5d9034$1@vger5.componentone.com...
    > Hi Gerrit,
    >
    > if your report contains groups, the outline tab displays a tree with the
    > fields you used for grouping.
    >
    > It should look somehow like this:
    > -group1fieldvalue
    > -group1subgroup1fieldvalue
    > -group1subgroup2fieldvalue
    > ....
    > -group2fieldvalue
    > -group2subgroup1fieldvalue
    > -group2subgroup2fieldvalue
    > ....
    >
    > The depth depends on the number of groups.
    >
    > In designer there is a property which should make it invisible. But it
    > didn't work with (didn't check it with the newest build). If this doesn't
    > work, you could access the tab control directly by getting the
    > preview-subcontrols and remove the outline tab. Perhaps this works without
    > making the preview crash :-)
    >
    > Regards
    >
    > Wolfgang
    >
    > "Gerrit" schrieb im Newsbeitrag
    > news:3f5c8589@vger5.componentone.com...
    > > Well... it was a stupid question., I should spend more time searching
    > > the newsgroups... ;)
    > >
    > > But my other question remains: Is there any way I can hide the outline
    > > tab?
    > >
    > > Gerrit
    > >
    > > "Gerrit" wrote in message
    > > news:3f5c8464@vger5.componentone.com...
    > > > Maybe a stupid question, but what is the "outline" tab in
    > > > C1PrintPreview supposed to display (it seems like it's always empty)?
    > > > Is there a way I can hide it?
    > > >
    > > >
    > > > Gerrit
    > > >
    > > >
    > >
    > >
    >
    >


    Click here to view the original newsgroup article (read only).

  • 09-09-2003 5:07 PM In reply to

    Re: Outline tab

    Thanks :)

    Gerrit

    "Dmitry Yaitskov" wrote in message
    news:84ekyqksw0.fsf@nothing.nowhere.com...
    > "Gerrit" wrote:
    >
    > > Thanks for the reply. Changing the .Visible property does not do
    anything,
    > > probbaly because of the crappy Microsoft TabControl in .NET. Anyway,
    it's
    > > not that important, it's just a bit annoying when the users ask you what
    the
    > > tab is supposed display (I currently have no use for it).
    >
    > I posted the answer to your question yesterday, but just in case you
    > missed it - here's the way to remove the outline tab in the form load
    > handler:
    >
    > private void Form1_Load(object sender, System.EventArgs e)
    > {
    >
    this.c1PrintPreview1.C1PreviewNavigationBar.TabPages.RemoveAt(1);
    > }
    >
    > Hope this helps.
    >
    > > Gerrit
    > >
    > >
    > > "Wolfgang Knauf" wrote in message
    > > news:3f5d9034$1@vger5.componentone.com...
    > >> Hi Gerrit,
    > >>
    > >> if your report contains groups, the outline tab displays a tree with
    the
    > >> fields you used for grouping.
    > >>
    > >> It should look somehow like this:
    > >> -group1fieldvalue
    > >> -group1subgroup1fieldvalue
    > >> -group1subgroup2fieldvalue
    > >> ....
    > >> -group2fieldvalue
    > >> -group2subgroup1fieldvalue
    > >> -group2subgroup2fieldvalue
    > >> ....
    > >>
    > >> The depth depends on the number of groups.
    > >>
    > >> In designer there is a property which should make it invisible. But it
    > >> didn't work with (didn't check it with the newest build). If this
    doesn't
    > >> work, you could access the tab control directly by getting the
    > >> preview-subcontrols and remove the outline tab. Perhaps this works
    without
    > >> making the preview crash :-)
    > >>
    > >> Regards
    > >>
    > >> Wolfgang
    > >>
    > >> "Gerrit" schrieb im Newsbeitrag
    > >> news:3f5c8589@vger5.componentone.com...
    > >> > Well... it was a stupid question., I should spend more time searching
    > >> > the newsgroups... ;)
    > >> >
    > >> > But my other question remains: Is there any way I can hide the
    outline
    > >> > tab?
    > >> >
    > >> > Gerrit
    > >> >
    > >> > "Gerrit" wrote in message
    > >> > news:3f5c8464@vger5.componentone.com...
    > >> > > Maybe a stupid question, but what is the "outline" tab in
    > >> > > C1PrintPreview supposed to display (it seems like it's always
    empty)?
    > >> > > Is there a way I can hide it?
    > >> > >
    > >> > >
    > >> > > Gerrit
    > >> > >
    > >> > >
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    > --
    > Cheers,
    > -Dima.


    Click here to view the original newsgroup article (read only).

  • 10-17-2007 10:54 AM In reply to

    • C1_GregL
    • Top 10 Contributor
    • Joined on 06-11-2007
    • Pittsburgh PA
    • Posts 431

    Re: Outline tab

    As a note, to remove the tab in 2.0

    Remove Pages Tab

     

    Me.C1PrintPreviewControl1.PreviewNavigationPanel.Controls.RemoveAt(0)

     

    Outline Tab

     Me.C1PrintPreviewControl1.PreviewNavigationPanel.Controls.RemoveAt(1)   

     

     

    Greg
Page 1 of 1 (7 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.