No announcements
Found 2473036 threads
-
0 Votes
how to show one record per one page
Please make sure the size of the list control + the margins does not exceed the report page size.Answered | 4 Replies | 21739 Views | Created by Daniel_zhang - Thursday, September 27, 2007 4:01 AM | Last reply by Mohamed Irshad - Saturday, March 19, 2011 8:30 AM -
0 Votes
No of Records per page issue
Hi Mani, Per my understanding that you have add an row group "ExciseProdPost" and also add page break on this group, now you want to limit the number of ...Answered | 1 Replies | 773 Views | Created by Manivino - Thursday, May 28, 2015 12:17 PM | Last reply by Vicky_Liu - Friday, May 29, 2015 6:45 AM -
0 Votes
Grid rows per page ?
Select the top level node in the left pane, and you should see the paging properties in the Properties window.Answered | 4 Replies | 3481 Views | Created by JimDev E - Wednesday, December 15, 2010 5:16 PM | Last reply by JimDev E - Friday, December 17, 2010 1:13 PM -
0 Votes
Selecting one row per ID per day
there are multiple ways if using ROW_NUMBER you can use ;with cte as (select *, ROW_NUMBER() over (partition by ID,CAST(ENTRYTIME AS date) order by ...Answered | 10 Replies | 1181 Views | Created by Hellothere8028 - Saturday, January 19, 2019 12:01 AM | Last reply by Hellothere8028 - Friday, January 25, 2019 1:55 PM -
1 Votes
App Price model using per user per month model
This would give you the ability to price an app per user per month for example.Answered | 5 Replies | 2215 Views | Created by Alon Ekelund - Friday, August 9, 2013 12:02 PM | Last reply by Philip Rueker [MSFT] - Thursday, October 3, 2013 4:50 PM -
3 Votes
One AppBar per app or per page?
In fact it doesn't show at all and then when navigating back it bugs out the default one.Discussion | 8 Replies | 3516 Views | Created by Matthew C Phillips - Sunday, July 22, 2012 6:36 PM | Last reply by MarkoVainiokangas - Monday, April 14, 2014 7:37 AM -
1 Votes
Print List one page per user
Hi JG, tell him that's what a secretary is for ;) Seriously, the only ideas I can think of would be to create a page and use a content query web part to ...Answered | 1 Replies | 880 Views | Created by JG404 - Thursday, June 11, 2015 8:58 PM | Last reply by croute1 - Friday, June 12, 2015 8:46 PM -
0 Votes
hits per page ?
It gets the entrire data as fetched by dataset. the paging is applied only from a presentation perspective and just breaks it upto multiple oages.Answered | 3 Replies | 503 Views | Created by arkiboys - Tuesday, April 12, 2016 7:15 AM | Last reply by arkiboys - Tuesday, April 12, 2016 9:03 AM -
2 Votes
hrs per week per project
Hello Vassily, Pls also check this discussion (standard hours per day and hours per week vs project ...Answered | 10 Replies | 7703 Views | Created by Vassily Zeitsev - Monday, July 2, 2012 4:42 PM | Last reply by Ismet Kocaman - Tuesday, August 7, 2012 4:58 PM -
0 Votes
Total per page in SSRS report
How do you want to page?Answered | 2 Replies | 1113 Views | Created by Syedfpl - Sunday, December 28, 2014 7:48 PM | Last reply by Visakh16 - Monday, December 29, 2014 1:53 AM -
0 Votes
AppBar being shown as part of page cache?
That's an interesting approach and valid if your AppBars are exactly the same across the app.Answered | 4 Replies | 1360 Views | Created by rawk1989 - Monday, January 28, 2013 11:12 PM | Last reply by rawk1989 - Monday, February 4, 2013 9:46 PM -
1 Votes
Where to specify multiple appbars?
But like Jeff said, you can have page-specific buttons in the app bar.Answered | 4 Replies | 2686 Views | Created by phil_ke - Wednesday, February 22, 2012 11:31 PM | Last reply by Harlequin - Friday, February 24, 2012 5:06 PM -
2 Votes
What does app usage per day mean?
Fan Liu It says right above it "AVERAGE APP USAGE IN MINUTES PER DAY" (not "total", but "average").Answered | 7 Replies | 3271 Views | Created by Ghostrider-13 - Wednesday, November 21, 2012 11:55 PM | Last reply by Rob Wilkens - Thursday, December 19, 2013 10:07 PM -
0 Votes
How to tell whether it's a per site or per user price?
You can view the per site price for an individual app in the Store in SharePoint.Answered | 3 Replies | 2606 Views | Created by Christophe Humbert - Thursday, March 7, 2013 5:26 PM | Last reply by Philip Harney - Tuesday, March 26, 2013 1:15 PM -
0 Votes
Count one person per household
So in this example, if a household has multiple people, one male and one female, they only want to extract one person from that household, and know what the gender ...Answered | 4 Replies | 1477 Views | Created by mick_oges - Thursday, April 11, 2013 4:27 AM | Last reply by mick_oges - Monday, April 15, 2013 6:21 AM -
0 Votes
appbar
You are responsible for your page content and logic as you navigate through the pages.Answered | 3 Replies | 2742 Views | Created by BaiYi - Wednesday, April 25, 2012 3:16 AM | Last reply by Jeff Sanders - Friday, April 27, 2012 4:48 PM -
0 Votes
Print multiple pages per sheet in c#
Basically, what you are going to have to do is scale your drawing area to fit the number of sheets you want to include per page.Answered | 4 Replies | 7717 Views | Created by temi90 - Wednesday, May 26, 2010 4:38 PM | Last reply by jp2code - Tuesday, April 24, 2012 7:06 PM -
5 Votes
HOw to fix No of Rows per page in SSRS
I did the same procedure what you have written, But it displays only one record per page.please advise Thanks in advanceAnswered | 18 Replies | 51183 Views | Created by pavanonrails - Wednesday, December 10, 2008 2:16 PM | Last reply by Doug_Ivison - Thursday, April 30, 2015 7:28 PM -
0 Votes
Hiding AppBar
The appbar can be referenced with TopAppBar or BottomAppBar in the code behind for your xaml page.Answered | 5 Replies | 2004 Views | Created by Larry Waldman [MSFT] - Monday, November 12, 2012 4:52 AM | Last reply by Jose1966 - Tuesday, December 16, 2014 11:08 PM -
0 Votes
Context sensitive Appbar for specific areas on a page
0 ) { // show your appbar command } else { // hide it }Answered | 2 Replies | 1755 Views | Created by Christine Flora [MCSD, MCITP, MCTS] - Wednesday, October 3, 2012 10:09 AM | Last reply by Christine Flora [MCSD, MCITP, MCTS] - Tuesday, October 23, 2012 12:06 AM - Items 1 to 20 of 2473036 Next ›
No announcements