all groups > sql server reporting services > october 2006 > threads for friday october 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Multiple Data Sources
Posted by Joe at 10/6/2006 3:47:46 PM
Can I create a report from multiple data sources?
For example can I create a report that pulls Client ID's from SQL and
include data from an Access DB source that had the same Client ID's?
... more >>
rsInvalidPolicyDefinition
Posted by sullins602 at 10/6/2006 2:36:15 PM
Greetings,
I am running SQL Server 2005 Reporting Services on a SQL Server 2000
(sp4) database and am running into an issue after a domain migration
that is preventing me from modifying any of the security settings on
the report server.
When attempting to Delete or Modify security settings ... more >>
EXPORT QUESTION
Posted by vbnetguy at 10/6/2006 2:20:44 PM
Hey, am I missing something??
If I export to web archive and I have a drill down report why do i lose
the sub levels??
Another words the "+" is gone and you can not see the detail rows....
Did I do something wrong?
Thanks!
... more >>
Jump to URL not working
Posted by DJ at 10/6/2006 1:56:02 PM
Hello .. I did exaclty what you said to display a HyperLink with the JUMP to
URL. The report works fine but no Hyperlink . Is there some other setup to do
so it can works . ... more >>
showing column when it contains null
Posted by Brian L at 10/6/2006 12:06:02 PM
I have a matrix that totals hits per person by month, 1-12. There are no hits
per month for the first 4 months of the year but my boss wants those columns
to show anyway. I pasted my query below. How is this done.
select name, rank, datepart(MM, date) , count(*)
from log
group by name, ran... more >>
MS Reports with out SQL Server
Posted by Drew at 10/6/2006 11:45:01 AM
I have a customer using Oracle DB and Oracle Reports (older version), they
need the feature to export reports to excel and like the MS Reporting
Services format. Most of the reports have already been developed in VS2k3
for another customer that uses strictly MS SQL and I have converted these ... more >>
Reporting Services output other than PDF?
Posted by Mr. Wonderful at 10/6/2006 9:28:02 AM
Can someone point me to a list \ description of the output formats available
with SQL Reporing Services? A structured text format in ACSII, PCL, or
something like that would be preferred. Thanks!... more >>
Reporting Services output formats?
Posted by Mr. Wonderful at 10/6/2006 9:19:02 AM
Can someone point me to a list \ description of the output formats available
with Reporting Services? I'm trying to help a customer that wants something
other than PDF output from their MS SQL Reporting Services - they'd prefer a
structured text format or something like that. Thanks!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating an Image gallery???
Posted by gowens NO[at]SPAM nixonpeabody.com at 10/6/2006 5:34:52 AM
I'm using SRS 2005 and have been requested to create an image gallery
(containing employee images and information). The one catch is - is it
possible to display dataset rows in a dataregion where the dataset rows
are display horizontally?
The client would like to have the images/information di... more >>
MOSS 2007 Report Server Webparts do not show any reports
Posted by Anco at 10/6/2006 2:52:01 AM
This question is also posted in: microsoft.public.sharepoint.portalserver
Since I did not get any replies until now I hope you guys can help me out.
I have used the Reporting Services Webparts a couple of times in combination
with SPS 2003 and SQL 2000/2005. Now we are running a pilot with SQL... more >>
Show report without requiring user to login
Posted by Wayne Wengert at 10/6/2006 2:04:46 AM
I am using RS in a VS2005/VB web site and when the user clicks on the menu
option to display the report, it always asks for a login id and a PW. I
found some code that is supposed to display the report without requiring the
user to login but it doesn't prevent that. Code is as follows:
======... more >>
looping through report items of a rendered report
Posted by Peter Bons at 10/6/2006 12:00:00 AM
Hi all,
Situation: I have a WinForm application that uses the SQL 2005 reportviewer
component. That reportviewer uses a local report. The report definition
contains a report item (textbox) called "txtEmail" in the table header.
Would it be possible to walk (in runtime!) throught all the repo... more >>
|