473,320 Members | 2,177 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Reporting Services: Collapse / Expand for Table

Hello All,

I'm new to reporting services.
I need a table of results defaulted to show only a number of rows (say 5). But then an option to expand the full results.

Background: I have five graphs on one page (Dashboard). So I can't have the list automatically show 100 results when I'm trying to fit everything on one page.


Is this possible?
Jan 7 '08 #1
5 6266
Frinavale
9,735 Expert Mod 8TB
Hello All,

I'm new to reporting services.
I need a table of results defaulted to show only a number of rows (say 5). But then an option to expand the full results.

Background: I have five graphs on one page (Dashboard). So I can't have the list automatically show 100 results when I'm trying to fit everything on one page.


Is this possible?
Could you please provide more information on your project.
Include details on what language you are developing in, what platform you're using, whether this is a desktop or web application, what you are using for your reports...etc...

Thanks

-Frinny
Jan 7 '08 #2
Details:
c# / asp.net - web application

And the report is in Reporting Services. Using a "Table", the data populates fine........
Jan 7 '08 #3
Plater
7,872 Expert 4TB
If you use the GridView object, you can tell it how many entries to display and have the option for "paging" which will allow you to jump to the next X results.

For example I have data with 300rows, but I only show them 10 at a time. Below the table object(GridView) are a bunch of hyperlinks that were auto-generated that allow switching to the "next" 10 results and so on.
Jan 7 '08 #4
If you use the GridView object, you can tell it how many entries to display and have the option for "paging" which will allow you to jump to the next X results.

For example I have data with 300rows, but I only show them 10 at a time. Below the table object(GridView) are a bunch of hyperlinks that were auto-generated that allow switching to the "next" 10 results and so on.

Thanks for the reply. I agree with you, but the mission of the project is to fit all the graphs on one report (say 4 others). In reporting services it doesn't give you a gridview to put on a page...or....am I wrong?
Jan 8 '08 #5
Plater
7,872 Expert 4TB
Well I am unfamiliar with reporting services.
But it seems like you could accomplish your goal very easily.

You have a data object with all the data you want to show.
Pick out the first X of them and build a tiny table to display them.
Show a button, that when clicked, will re-request the page and tell it take that data object and build a table out of ALL of the data to display it.
Jan 8 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: James Hurrell | last post by:
Hi, I'm using the following javascript function to expand and collapse portions of text in a web page (targeted at IE5.5 and above): function doExpand(paraNum,arrowNum) { if...
7
by: peter | last post by:
I use the click-to-expand menu at http://javascript.internet.com/navigation/click-to-expand-menu.html This works fine, but is there a way to expand or collapse all the menus? An example of how...
1
by: Randy Starkey | last post by:
Hi, Is there a way to expand and collapse all if I have multiple implementations of this script on a single page? The script works well individually. Thanks! --Randy Starkey ---
7
by: Samir | last post by:
<table width="225" border="0"> <tr> <td width="10" id="MyCell1" onclick="ShowHide('MyRow1','MyCell1')"><img src="images/plus3.gif"></td> <td width="205">blahasdfadfadfasd</strong></a></div></td>...
4
by: Gönen EREN | last post by:
how can i collapse or expand a node of treeview control programmaticly? thanks.
0
by: Shadow Lynx | last post by:
When using ASP.NET 2.0's built-in TreeView on a page with <BASE target = "AnythingBut_Self"></BASE> in the HEAD, the expand/collapse buttons fail to function. The reason for this is that the...
2
by: Scamjunk | last post by:
I am a total JavaScript newbie and I got a JavaScript for maintenance that collapses/expands rows whenever the (-)/(+) GIFs are clicked. Could it be changed to do the same with radio buttons? on...
0
by: jim | last post by:
Hi, I have a TreeView control that sits on the MasterPage. All of my other webpages inherit from that Master Page. The Treeview receives it's data using an XMLDataSource that has it's DataFile...
4
by: Rabel | last post by:
I am not very good at javascript I mostly am a flash developer but I am trying to apply one of our old expanding menus to work for a new site but it doesn't collapse the way I need it to right now...
0
by: Newfie000 | last post by:
Hello All, I'm new to reporting services. I need a table of results defaulted to show only a number of rows (say 5). But then an option to expand the full results. Background: I have five...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.