Showing posts with label object. Show all posts
Showing posts with label object. Show all posts

Tuesday, March 20, 2012

RepeatWith property doesn't appear to work

The RepeatWith property doesn't appear to work. I have named an element (a
table) that in is the same ReportItems collection but the object is only
displayed on the first page of the report.
ThanksIt doesn't work in designer preview or PDF but it will work in HTML.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Bryan Bullard" <reply@.to.group.com> wrote in message
news:OgOArdXVEHA.3512@.TK2MSFTNGP12.phx.gbl...
> The RepeatWith property doesn't appear to work. I have named an element
(a
> table) that in is the same ReportItems collection but the object is only
> displayed on the first page of the report.
> Thanks
>|||"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:e8ZawZzVEHA.2564@.TK2MSFTNGP11.phx.gbl...
> "Bryan Bullard" <reply@.to.group.com> wrote in message
> news:OgOArdXVEHA.3512@.TK2MSFTNGP12.phx.gbl...
> > The RepeatWith property doesn't appear to work. I have named an element
> (a
> > table) that in is the same ReportItems collection but the object is only
> > displayed on the first page of the report.
> It doesn't work in designer preview or PDF but it will work in HTML.
Why not? Will this be corrected soon? I need this functionality. Is there
a work around?|||You can put your contents to repeat in a header / footer and set them to
repeat on new pages.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Bryan Bullard" <reply@.to.group.com> wrote in message
news:ua%23jgX5VEHA.3988@.tk2msftngp13.phx.gbl...
> "Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
> news:e8ZawZzVEHA.2564@.TK2MSFTNGP11.phx.gbl...
> > "Bryan Bullard" <reply@.to.group.com> wrote in message
> > news:OgOArdXVEHA.3512@.TK2MSFTNGP12.phx.gbl...
> > > The RepeatWith property doesn't appear to work. I have named an
element
> > (a
> > > table) that in is the same ReportItems collection but the object is
only
> > > displayed on the first page of the report.
> > It doesn't work in designer preview or PDF but it will work in HTML.
> Why not? Will this be corrected soon? I need this functionality. Is
there
> a work around?
>
>|||"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:#YAvnS9VEHA.4048@.TK2MSFTNGP12.phx.gbl...
> You can put your contents to repeat in a header / footer and set them to
> repeat on new pages.
This doesn't work because it appears that you cannot have dynamic content in
the report header and footer. Is there another work around?|||Not the page header and footer. The table or group header and footer.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Bryan Bullard" <reply@.to.group.com> wrote in message
news:uhFf25FWEHA.2816@.TK2MSFTNGP11.phx.gbl...
> "Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
> news:#YAvnS9VEHA.4048@.TK2MSFTNGP12.phx.gbl...
>> You can put your contents to repeat in a header / footer and set them to
>> repeat on new pages.
> This doesn't work because it appears that you cannot have dynamic content
> in
> the report header and footer. Is there another work around?
>|||"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:##T$w8FWEHA.3596@.tk2msftngp13.phx.gbl...
> Not the page header and footer. The table or group header and footer.
Okay, Thanks.

Friday, March 9, 2012

Repeat report item with data region on every page

Does this functionality work?
I've tried textboxes, rectangles...nothing seems to "repeat" when my data
region (table) object spans multiple pages.
Advise'
Thx,
RussellTry using a list... I had the same problem... In the properties find Dataset
Name, select your data set, set PageBrakeAtEnd = True
"Russell Hardie" wrote:
> Does this functionality work?
> I've tried textboxes, rectangles...nothing seems to "repeat" when my data
> region (table) object spans multiple pages.
> Advise'
> Thx,
> Russell
>
>