Is there any documentation on the reportitems! collection?
Something with some examples?
I am trying to total group totals in a table/group footer and it is
saying it needs to be in the right datasource.
Thanks, Leohttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp
HTH, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
<cte25117@.centurytel.net> schrieb im Newsbeitrag
news:uPGdnfM9NOkyt_DfRVn-rQ@.centurytel.net...
> Is there any documentation on the reportitems! collection?
> Something with some examples?
> I am trying to total group totals in a table/group footer and it is saying
> it needs to be in the right datasource.
> Thanks, Leo|||Jens Süßmeyer wrote:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> <cte25117@.centurytel.net> schrieb im Newsbeitrag
> news:uPGdnfM9NOkyt_DfRVn-rQ@.centurytel.net...
>>Is there any documentation on the reportitems! collection?
>>Jens,
Thank you for your response. I have read this but this documentation is
not very good. I need some examples.
I am trying to total values that are totaled in a group header.
This is what I use in the header to get the total:
=Sum(CDEC(IIF( IIF( Fields!QuotedPrice.Value > 0.00,
Fields!QuotedPrice.Value, Fields!DesignPrice.Value) > 0.00,IIF(
Fields!QuotedPrice.Value > 0.00, Fields!QuotedPrice.Value,
Fields!DesignPrice.Value)
,0.00)))
But If I use the in the table footer I get double or even triple values.
I need to sum the values in the text box.
Thanks, Leo
>>Something with some examples?
>>I am trying to total group totals in a table/group footer and it is saying
>>it needs to be in the right datasource.
>>Thanks, Leo
>
>|||Jens Süßmeyer wrote:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> <cte25117@.centurytel.net> schrieb im Newsbeitrag
> news:uPGdnfM9NOkyt_DfRVn-rQ@.centurytel.net...
>>Is there any documentation on the reportitems! collection?
>>Jens,
Thank you for your response. I have read this but this documentation is
not very good. I need some examples.
I am trying to total values that are totaled in a group header.
This is what I use in the header to get the total:
=Sum(CDEC(IIF( IIF( Fields!QuotedPrice.Value > 0.00,
Fields!QuotedPrice.Value, Fields!DesignPrice.Value) > 0.00,IIF(
Fields!QuotedPrice.Value > 0.00, Fields!QuotedPrice.Value,
Fields!DesignPrice.Value)
,0.00)))
But If I use the in the table footer I get double or even triple values.
I need to sum the values in the text box.
Thanks, Leo
>>Something with some examples?
>>I am trying to total group totals in a table/group footer and it is saying
>>it needs to be in the right datasource.
>>Thanks, Leo
>
>|||Jens Süßmeyer wrote:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> <cte25117@.centurytel.net> schrieb im Newsbeitrag
> news:uPGdnfM9NOkyt_DfRVn-rQ@.centurytel.net...
>>Is there any documentation on the reportitems! collection?
>>Jens,
Thank you for your response. I have read this but this documentation is
not very good. I need some examples.
I am trying to total values that are totaled in a group header.
This is what I use in the header to get the total:
=Sum(CDEC(IIF( IIF( Fields!QuotedPrice.Value > 0.00,
Fields!QuotedPrice.Value, Fields!DesignPrice.Value) > 0.00,IIF(
Fields!QuotedPrice.Value > 0.00, Fields!QuotedPrice.Value,
Fields!DesignPrice.Value)
,0.00)))
But If I use the in the table footer I get double or even triple values.
I need to sum the values in the text box.
Thanks, Leo
>>Something with some examples?
>>I am trying to total group totals in a table/group footer and it is saying
>>it needs to be in the right datasource.
>>Thanks, Leo
>
>|||Jens Süßmeyer wrote:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> <cte25117@.centurytel.net> schrieb im Newsbeitrag
> news:uPGdnfM9NOkyt_DfRVn-rQ@.centurytel.net...
>>Is there any documentation on the reportitems! collection?
>>Jens,
Thank you for your response. I have read this but this documentation is
not very good. I need some examples.
I am trying to total values that are totaled in a group header.
This is what I use in the header to get the total:
=Sum(CDEC(IIF( IIF( Fields!QuotedPrice.Value > 0.00,
Fields!QuotedPrice.Value, Fields!DesignPrice.Value) > 0.00,IIF(
Fields!QuotedPrice.Value > 0.00, Fields!QuotedPrice.Value,
Fields!DesignPrice.Value)
,0.00)))
But If I use the in the table footer I get double or even triple values.
I need to sum the values in the text box.
Thanks, Leo
>>Something with some examples?
>>I am trying to total group totals in a table/group footer and it is saying
>>it needs to be in the right datasource.
>>Thanks, Leo
>
>
Friday, March 9, 2012
ReportItems!
Labels:
collection,
database,
documentation,
examples,
footer,
group,
microsoft,
mysql,
oracle,
reportitems,
server,
sql,
table,
total,
totals
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment