Viewing 15 posts - 1,486 through 1,500 (of 1,839 total)
If you want these to be dependent (also called 'cascading') then you need to ensure they are in the correct order, that is, if you want to use dates in...
April 18, 2005 at 5:18 pm
I thought you'd have to use dynamic SQL to do this (ie create a string and then 'EXEC' it). An alternative (but possibly not workable depending on the size of...
April 18, 2005 at 5:10 pm
Why not save the images into the report? I guess it depends on whether these are being used in a header or similar single instance items or as row 'icons'...
April 18, 2005 at 5:05 pm
you should check your logs. If you type in Log Files in the RS BOL, you should get an entry for Reporting Services log Files and a sub entry for...
April 18, 2005 at 5:04 pm
I agree phil, it's a nice way of doing it. Plus if you didn't want to script the move (ie do it all GUI) you could skip Report Manager and...
April 18, 2005 at 7:03 am
It really depends on what you're hoping to do. If you're trying to do it for documentation (ie really just extract the data) then there is a word template (with...
April 18, 2005 at 6:52 am
Have you checked that the user (aspnet) has access to the registry hive?
Also, possibly more on the money, straight from the OPS guide (see MSDN)
April 18, 2005 at 5:37 am
You should be able to move the reports using rs.exe (ie script), you can also interrogate them to findout their DS props. Take a look at BOL (look for
April 18, 2005 at 5:28 am
Thanks Phil, i didn't even think of doing that (ctrl clicking). having used VS primarily for coding rather than RS, I am used to just compiling and deploying an entire...
April 18, 2005 at 1:02 am
Come on Phil, rs.exe is simple, you write the VB.net code using visual studio, you then remove all of your using (or is it imports in VB.net??) statements, everywhere (or...
April 18, 2005 at 12:09 am
Possibly you have a security (ie right/visibility) issue? We have our reports seperated into distinct folders ut only 1 'Data Sources' folder fo rthe entire RS instance. All reports reference...
April 17, 2005 at 10:17 pm
You mean you're not a member frank? ![]()
Hey BK (or anyone else with a news aggregator), I have now got this down to only those...
April 14, 2005 at 5:42 am
Ok, you didn't type the '<code>' tags did you?
Assuming you didnt, the following works for me against MSSQL
case when LEFT("dbo"."vw_pub_test"."title", 1) = 'O' then 'O' else 'Other' END
and one a...
April 14, 2005 at 12:49 am
another assumption on my part was that you are using mssql as the data source, are you? If not, you will need different syntax for the case statement. For example,...
April 13, 2005 at 11:47 pm
Delpiero,
(NB Have assumed a column name of 'Paid Status' that hold the Paid, Pending and Cancelled).
A quick way to get what you want is to create a new level...
April 13, 2005 at 10:19 pm
Viewing 15 posts - 1,486 through 1,500 (of 1,839 total)