is it possible?
then what should I do for this?On Aug 30, 5:16 pm, "Ken" <k...@.jeromegroup.com> wrote:
> is it possible?
> then what should I do for this?
If you are referring to report/page footer, you can add this via:
select the Layout tab in BIDS -> select the Report drop-down tab ->
Page Footer.
If you are referring to the matrix control itself, you can right-click
the left-side of the detail row of the matrix control and select Table
Footer.
Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||I got it.
thanks
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1188529087.999137.104030@.q4g2000prc.googlegroups.com...
> On Aug 30, 5:16 pm, "Ken" <k...@.jeromegroup.com> wrote:
>> is it possible?
>> then what should I do for this?
>
> If you are referring to report/page footer, you can add this via:
> select the Layout tab in BIDS -> select the Report drop-down tab ->
> Page Footer.
> If you are referring to the matrix control itself, you can right-click
> the left-side of the detail row of the matrix control and select Table
> Footer.
> Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
>|||On Aug 31, 8:57 am, "Ken" <k...@.jeromegroup.com> wrote:
> I got it.
> thanks
> "EMartinez" <emartinez...@.gmail.com> wrote in message
> news:1188529087.999137.104030@.q4g2000prc.googlegroups.com...
> > On Aug 30, 5:16 pm, "Ken" <k...@.jeromegroup.com> wrote:
> >> is it possible?
> >> then what should I do for this?
> > If you are referring to report/page footer, you can add this via:
> > select the Layout tab in BIDS -> select the Report drop-down tab ->
> > Page Footer.
> > If you are referring to the matrix control itself, you can right-click
> > the left-side of the detail row of the matrix control and select Table
> > Footer.
> > Hope this helps.
> > Regards,
> > Enrique Martinez
> > Sr. Software Consultant
You're welcome. Let me know if I can be of further assistance.
Regards,
Enrique Martinez
Sr. Software Consultant|||On Aug 31, 7:58 am, EMartinez <emartinez...@.gmail.com> wrote:
> On Aug 30, 5:16 pm, "Ken" <k...@.jeromegroup.com> wrote:
> > is it possible?
> > then what should I do for this?
> If you are referring to report/page footer, you can add this via:
> select the Layout tab in BIDS -> select the Report drop-down tab ->
> Page Footer.
> If you are referring to the matrix control itself, you can right-click
> the left-side of the detail row of the matrix control and select Table
> Footer.
> Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
Plz be more specific it cant understand
Showing posts with label footer. Show all posts
Showing posts with label footer. Show all posts
Friday, February 24, 2012
Adding footer of matrix reporting service
Hi EMartinez ,
A matrix table object cannot have a footer but if someone needs to put totals for all rows, he needs to right-click on the section of matrix table where it says "Rows" and then click "Subtotal" option. This would add a new row in the end of matrix table and bring totals automatically - no extra work needed.
I think you are talking about a simple data table object - yes that has this option.
thanks,
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.comOn Sep 6, 10:38 am, Ratan Udassi wrote:
> Hi EMartinez ,
> A matrix table object cannot have a footer but if someone needs to put totals for all rows, he needs to right-click on the section of matrix table where it says "Rows" and then click "Subtotal" option. This would add a new row in the end of matrix table and bring totals automatically - no extra work needed.
> I think you are talking about a simple data table object - yes that has this option.
> thanks,
> EggHeadCafe - .NET Developer Portal of Choicehttp://www.eggheadcafe.com
Actually, what you are referring to is the same thing that I was
explaining.
Regards,
Enrique Martinez
Sr. Software Consultant
A matrix table object cannot have a footer but if someone needs to put totals for all rows, he needs to right-click on the section of matrix table where it says "Rows" and then click "Subtotal" option. This would add a new row in the end of matrix table and bring totals automatically - no extra work needed.
I think you are talking about a simple data table object - yes that has this option.
thanks,
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.comOn Sep 6, 10:38 am, Ratan Udassi wrote:
> Hi EMartinez ,
> A matrix table object cannot have a footer but if someone needs to put totals for all rows, he needs to right-click on the section of matrix table where it says "Rows" and then click "Subtotal" option. This would add a new row in the end of matrix table and bring totals automatically - no extra work needed.
> I think you are talking about a simple data table object - yes that has this option.
> thanks,
> EggHeadCafe - .NET Developer Portal of Choicehttp://www.eggheadcafe.com
Actually, what you are referring to is the same thing that I was
explaining.
Regards,
Enrique Martinez
Sr. Software Consultant
adding fields in page footer
Hi Every one
I have problem in using page footer field from the storeprocedure. I have a procedure and defined two fields one is page header and page footer. When I drag and drop them repective area it displaying error message you can't use fields for header and footer than how can I use them please help me. I am new to this reporting services.Please, I got this issue too.
Does anyone get good solution?
thanks.|||I don't know if I understand you correctly but....if you are using visual studio.net
you can only use globals! and textboxes with text in them.
Next, add a new parameter to your report and set the “default value” by selecting the field from your dataset.
Then, create a text box whose value will be the new parameter - i.e. “=Parameters!Footer.Value”
I have problem in using page footer field from the storeprocedure. I have a procedure and defined two fields one is page header and page footer. When I drag and drop them repective area it displaying error message you can't use fields for header and footer than how can I use them please help me. I am new to this reporting services.Please, I got this issue too.
Does anyone get good solution?
thanks.|||I don't know if I understand you correctly but....if you are using visual studio.net
you can only use globals! and textboxes with text in them.
I hope this is what you are looking for. I am pretty new at this also.
Hope you find an answer to your problem,
Kerrie|||Can you put them in the table header & table footer?|||
Hi,
For some reason VS.net is very limited on what you can do in the headers and footers. No fields or tools can go in them. VS.net will only accept globals and textboxes with text.
I have not tried any constants-i dont know about that one.
I hoped that helped.
thanx and have a great day...
Kerrie
|||You can use fields in the page header and footer by using a hidden parameter. You select the fields in your stored procedure or SQL just like normal fields and then set up a hidden parameter, referencing the field. In the SSRS 2000 version, leave the Prompt value blank – this makes it hidden. In SSRS 2005, set the Hidden check box on the Report Parameters dialog box.Next, add a new parameter to your report and set the “default value” by selecting the field from your dataset.
Then, create a text box whose value will be the new parameter - i.e. “=Parameters!Footer.Value”
Subscribe to:
Posts (Atom)