No announcements
Found 2931025 threads
-
0 Votes
how to set report RDLwidth
As we all know, when the report is rendered, the Word page height and width are set by the following RDL properties: paper size height and ...Answered | 1 Replies | 52 Views | Created by Anonymous - Tuesday, October 1, 2013 7:43 AM | Last reply by Anonymous - Thursday, October 3, 2013 12:21 PM -
0 Votes
how to set the language for a report?
Hi A.Salah , The language when viewing report manager is taken from IE culture.Answered | 2 Replies | 4675 Views | Created by A.Salah - Monday, May 4, 2009 6:56 AM | Last reply by A.Salah - Tuesday, May 5, 2009 9:10 AM -
0 Votes
how to set the width of the report.
By default, the page size is 8.5 x 11 inches but you can change this size by using the Report Properties, Page Setup dialog box or by changing the PageHeight and ...Answered | 1 Replies | 4489 Views | Created by Kinect Fan - Saturday, December 11, 2010 7:12 AM | Last reply by Chaitanya Medikonduri - Saturday, December 11, 2010 11:46 AM -
0 Votes
How to produce a complex set of reports.
It might depend on how you intend to deliver those reports.Answered | 1 Replies | 4417 Views | Created by tomahawk21 - Monday, August 24, 2009 3:45 PM | Last reply by niallhannon - Monday, August 24, 2009 4:21 PM -
0 Votes
How to set Report Parameters like >,<,=..
If you insist on doing in query, you could also achieve them like so: declare @sql nvarchar(4000) set @sql = 'select ... from ...Answered | 4 Replies | 4048 Views | Created by xXShanXx - Thursday, January 14, 2010 12:24 PM | Last reply by Isham H - Thursday, January 14, 2010 5:00 PM -
0 Votes
How to set up a 2 section report
A simple way to add an explict page break is to insert a small rectangle report item between the regions and set the PageBreak property to True.Answered | 2 Replies | 4193 Views | Created by duanecwilson - Tuesday, October 13, 2009 8:55 PM | Last reply by duanecwilson - Wednesday, October 14, 2009 12:58 PM -
0 Votes
How to create a data set to a SSRS report
Could any one please help me to create a new data set for teh SSRS report ..Answered | 2 Replies | 4113 Views | Created by jacobjeeva83 - Wednesday, August 4, 2010 12:52 PM | Last reply by Challen Fu - Friday, August 6, 2010 3:46 AM -
1 Votes
How to set Default parameter for cascading parameter report?
I am trying to build a 2008 SSRS report so that it displays table based on start and end date parameters.Answered | 2 Replies | 9621 Views | Created by ironryan77 - Tuesday, June 21, 2011 4:29 PM | Last reply by ironryan77 - Wednesday, June 22, 2011 1:52 PM -
2 Votes
How to set Custom Page Length and Width in Report ?
Bob is right, when you go into report properties page layout and click on Page Layout, you actually leave VFP and work with printer driver settnigs, so this is what VFP ...Answered | 2 Replies | 3340 Views | Created by ayaan2310 - Wednesday, July 26, 2017 11:40 AM | Last reply by Olaf Doschke - Wednesday, July 26, 2017 1:51 PM -
1 Votes
How to add two data set in a SSRS Report
Hello Ajay, You can add as many datasets to a report as you like.Answered | 2 Replies | 1907 Views | Created by Ajay Singh Rawat - Friday, August 2, 2013 12:02 PM | Last reply by Olaf Helper - Friday, August 2, 2013 12:15 PM -
0 Votes
How to set the two different header in Main Report?
Hi, Create Parameters in your sub-report and pass it as a paramters from your main report and use Parameter!Answered | 3 Replies | 3405 Views | Created by Yuvaraj.S - Monday, August 15, 2011 2:11 PM | Last reply by Zilong Lu - Wednesday, August 17, 2011 12:54 AM -
0 Votes
How to set conditional subscription on a report - SSRS 2005
you can send the SSRS report by executing following query in Execute SQL Task exec [ReportServerR2].dbo.AddEvent @EventType='TimedSubscription', ...Answered | 3 Replies | 4202 Views | Created by Far Asg - Monday, April 8, 2013 6:45 PM | Last reply by Siddhardha Guntupalli - Tuesday, April 9, 2013 4:34 AM -
0 Votes
How to e-mail a report or a set of records in SSIS
In my case I need to mail a set of records.Answered | 4 Replies | 5699 Views | Created by xXShanXx - Sunday, April 18, 2010 6:33 PM | Last reply by Nik - Shahriar Nikkhah - Tuesday, April 20, 2010 1:25 PM -
0 Votes
Set Report Language to english
Set the Language property of your report to English (United Kingdom) or en-UK.Answered | 2 Replies | 4148 Views | Created by Milli_22 - Wednesday, January 6, 2010 7:10 PM | Last reply by Sandeep Babbar - Wednesday, January 6, 2010 10:04 PM -
3 Votes
set background for a report
hi Tom i did the same but i need to streach the picture in detail section and do not want to use header or footer secondly how can i ...Answered | 4 Replies | 3239 Views | Created by hemu_karnik - Tuesday, October 18, 2011 7:31 AM | Last reply by CChalom - Tuesday, October 18, 2011 11:41 AM -
0 Votes
How to set a Minimum column width for a single report?
Hope it does grow though when the data gets bigger than the set size.Answered | 2 Replies | 4281 Views | Created by ACG - Tuesday, May 11, 2010 5:39 PM | Last reply by ACG - Wednesday, May 12, 2010 12:47 AM -
0 Votes
how to set PowerView report in PowerPoint offline mode
Actually its by design, Power View Reports when exported to Power Point still have the interactive option enabled as default.Answered | 5 Replies | 4153 Views | Created by md4fun - Sunday, August 5, 2012 3:21 AM | Last reply by Mike Yin - Sunday, August 12, 2012 9:31 AM -
0 Votes
Dynamically setting margins on web report viewer for a report
I assume that you are running server reports (you said SSRS).Answered | 3 Replies | 7685 Views | Created by Sergey Barskiy - Tuesday, August 17, 2010 4:58 PM | Last reply by Cephas Lin - Thursday, August 19, 2010 3:13 PM -
1 Votes
How to set DateFrom and DateTo values on X axis in SSRS report
https://msbitips.wordpress.com/2015/04/02/how-to-set-datefrom-and-dateto-values-on-x-axis-in-ssrs-report/ In brief you need to ...Answered | 1 Replies | 915 Views | Created by satwick - Thursday, April 2, 2015 11:36 AM | Last reply by Prasad msbitips - Thursday, April 2, 2015 2:12 PM -
0 Votes
How to set DateFrom and DateTo values on X axis in SSRS report
https://msbitips.wordpress.com/2015/04/02/how-to-set-datefrom-and-dateto-values-on-x-axis-in-ssrs-report/ In brief you need to ...Answered | 1 Replies | 793 Views | Created by SatwickChoudary - Thursday, April 2, 2015 11:26 AM | Last reply by Prasad msbitips - Thursday, April 2, 2015 2:27 PM - Items 1 to 20 of 2931025 Next ›
No announcements