Viewing 15 posts - 16 through 30 (of 141 total)
Hi.
Please refer to the url below:
http://www.sqlmag.com/Article/ArticleID/41230/sql_server_41230.html
I wish it will be helpful.
Regards,
becklery.
January 1, 2010 at 9:49 am
Lazy way
var_dump($myrow );
Lazy but visually attractive - rs2html in Adodb I understand PEAR has a datagrid as well.
January 1, 2010 at 9:43 am
Hi.
I do not think you can realize it in SRSS.
However, I hava an idea. Maybe you can split this string into two cells, and make the NAME cell bold.
January 1, 2010 at 9:40 am
Hi.
You can have a try of RAQ Report. With it, you can export report to Excel easily without any difference.
An example is shown below;
I wish it will be helpful.
Regards,
becklery.
January 1, 2010 at 9:31 am
To my knowledge, SSRS can only use TSQL statement i.e. a SELECT ... FROM ... or a stored procedure. So I don't think that this is possible.
January 1, 2010 at 9:25 am
Web service clients does not supply a referer header. If you want it you have to add it to the request yourself, either by adding it as an HTTP or...
January 1, 2010 at 9:01 am
Here are the steps:
1. Go to Report on Report Manager
2. Click "Show Details"
3. Click "Properties" of the report you need to Export
4. Under "Report Definition", click on "Edit".
You...
January 1, 2010 at 8:47 am
You need to use a Shared variable.
In the subreport create a formula that contains/calculates the value you want to pass across. Something like
Code:
Shared currencyVar TotalAmount := Sum ({[Order...
December 25, 2009 at 7:27 pm
Round brackets and no square brackets should be used. If you want the first occurence of the array use:
=Split(Fields!Recurrence_Pattern.Value.ToString(),",")(0)
As you alwasy need to ask question and wait others' answer, I...
December 25, 2009 at 7:09 pm
Hi.
In my opinion, you can refer to the url below:
http://www.mssqltips.com/tip.asp?tip=1897
http://msdn.microsoft.com/en-us/magazine/cc188691.aspx
By carelful reading, they can guide you to make a dropdown filter.
However, in fact, you have a...
December 25, 2009 at 6:55 pm
Your reports can only be deployed on a reporting services site. Your only option for viewing them from other sites is an HTTP link. Some tools, like SharePoint offer controls...
December 25, 2009 at 10:26 am
Hi.
Please refer to the url below:
http://download.oracle.com/docs/cd/E12839_01/bi.1111/b32122/orbr_howto007.htm
In my opinion, it maybe helpful to you.
Good luck!
becklery
December 20, 2009 at 10:27 pm
Hi.
You can verify that you have the right config tool by looking at the version of te binary RSConfigTool.exe living in this folder:
%Program Files%\Microsoft SQL Server\90\Tools\Binn
It should be 9.0.3042.0.
I would...
December 20, 2009 at 10:22 pm
Hi.
Please refer to the url below:
http://msdn.microsoft.com/en-us/library/ms157386.aspx
I believe it can help you to solve your problem.
Good luck!
becklery
December 20, 2009 at 10:18 pm
This is probably just your browser trying to protect content on your local computer. Try adding the Report Manager URL to the Local Intranet sites list using the Internet...
December 20, 2009 at 10:15 pm
Viewing 15 posts - 16 through 30 (of 141 total)