all groups > sql server reporting services > june 2004 > threads for sunday june 20
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
dynamically Hide/show columns
Posted by Manjusha at 6/20/2004 10:12:02 PM
Hi,
I need to display columns of user choice in report.
User has to select columns,those columns only will get displayed in report.
Any idea ????
Thanks Manjusha... more >>
Email Subscription
Posted by Kavi at 6/20/2004 10:08:01 PM
Hi There,
Is it posible to create a subscribers list during run time of the report?
How can I specify that while creating a sbuscription in Report Manager?.
For Example,
I've a report which takes 3 parameters. Date1,Date2,EmpID.
The report has to send to only one user thru depending o... more >>
Repost : Custom tools
Posted by Hari at 6/20/2004 8:54:02 PM
Hi
i am posting this message again.
We have the chart control. But i know that we can change the chart type dynamically. So is it posible that we can change the chart control dll and add some combobox along with it which will give the various types of chart. On selecting the type , the correspo... more >>
Subscription in past will never be delivered
Posted by Scott Hutchinson at 6/20/2004 7:30:01 PM
It appears that the ReportServer will never deliver a subscription that has been scheduled for a time in the past. This can occur at least two ways:
1. Call CreateSubscription with a StartDateTime element < 2 minutes in the future. The actual start time gets rounded down to the nearest minute, wh... more >>
new article about Analysis services in RS; sample missing...
Posted by Jéjé at 6/20/2004 12:45:12 PM
the new article in the MSDN web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/olapasandrs.asp
talk about a MDXActionReport.rdl sample report.
But this report is not present in the samples reports provided.
Thanks if any MSFT person can help us ;-)
Jer... more >>
Hiding columns
Posted by SqlJunkies User at 6/20/2004 11:40:44 AM
Hi
One more query!!
What expression can I use to set the visibility of a list or a matrix
I tried
=IIf(Fields!count.Value > 20, 0 , 1 )
and
=IIf(Fields!count.Value > 20, "False", "True" )
and
=IIf(Fields!count.Value > 20, "Hidden", "Visible" )
none of these work.
Can anyone tell me... more >>
Hiding columns
Posted by SqlJunkies User at 6/20/2004 10:06:01 AM
hi
I have 2 doubts . Need to finish some reports by tomorrow :
1.How to hide certain columns in a report based on say a value being returned from a SP.
2. I want all the recoreds in the report to be shown in a single page and without any page breaks....
Any suggestions will be very helpfu... more >>
arabic Problem
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 6/20/2004 6:25:20 AM
hello
After exporting the report to pdf format ,The arabic text
Disappear.
even the settings of the machine are set to arabic default
Plz advice
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Table Height
Posted by Md.Momenul Islam at 6/20/2004 3:30:01 AM
When I design more than one Table in the same level, it looks fine in the report designer. But When I see the output as html in IE6.0, the height of the table varies. Though in desingn, the height of the tables are same.
Can anyone help me keep the table table height same both in desinger and IE6.... more >>
|