Reports development in sharepoint 2010

Hi All,
I have a client requirement to create graphs reports and dashboard which should show the data in different graphs types and should give more information. The reports data will be from SharePoint list or may be from Oracle. They are already creating graphical
reports in excel for their process flow. And my client is very eager to know/see reporting functionality in SharePoint 2010. My manager is asking me to create some good graphs charts like if they wanted to see the month wise report and if they change month
then the graph(3D) should show the reflection movements like power pivot.
Can someone please please suggest me how can i develop such stylish and more attractive reports.
Thanks in advance
MercuryMan

Given they are already using Excel for reporting then I think the best bet would be to use PowerPivot for SharePoint 2010. Here is the introduction article for that.
Introduction to PowerPivot for SharePoint 2010
Other options you have are using Reporting Serivces and Performance Point. Start with deploying SSRS in SharePoint Integration mode and deploy your SSRS reports directly to SharePoint 2010. 
Some useful information
Business Intelligence with SharePoint 2010
How
to integrate SSRS Reports with PerformancePoint Dashboards in SharePoint 2010
Business
Intelligence using Office + SharePoint 2010 + SQL Server 2008 R2
Amit

Similar Messages

  • SSRS reports integration with sharepoint 2010

    Hi Friends,
    Any one can u pls tell me what are the  prerequisites for integrating SSRS Reports with Sharepoint.
    This is the first time im going to integrate SSRS reports with Sharepoint. Any one pls help me on this.
    Thanks in advance.
    Regards,
    LuckyAbdul

    Hi LuckyAbdul,
    We can integrate Microsoft SQL Server Reporting Services with SharePoint Foundation 2010 or SharePoint Server 2010 by configuring a report server to run in SharePoint integrated mode. There are some prerequisites for integrating SSRS Reports with SharePoint,
    including Report server requirement, SharePoint Products and Technology requirements and Database server requirements in SQL 2008 R2.
    The Reporting Services Configuration Manager is no longer required or supported to configure and administer Reporting Services SharePoint mode in SQL 2012. Use SharePoint Central Administration to configure a report server in SharePoint mode.
    The configuration steps for this version you need to do in Reporting Services Configuration Manager and In Central Administration, please see the following articles:
    2008 R2:
    http://technet.microsoft.com/en-us/library/bb283190(v=sql.105).aspx
    http://sharepointtaskmaster.blogspot.in/2010/11/intergration-reporting-service-with.html
    2012:
    http://technet.microsoft.com/en-us/library/47efa72e-1735-4387-8485-f8994fb08c8c
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Customizing the Performance Point Services (Dynamic report view) in Sharepoint 2010

    Hi Guys,
    My requirement is to place the OLAP grid bar which is present in Dynamicreportview.aspx, in the PPS dashboard page in sharepoint 2010.
    How to achieve this in sharepoint?
    Please suggest any workarounds ?
    Thanks in Advance.
    Thanks & Regards
    Anil Kumar K

    Please refer to below link for Unsupported features with Excel service in SharePoint:
    http://msdn.microsoft.com/en-us/library/office/ms496823(v=office.12).aspx
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic

    The link to MSDN Virtual labs is not working. Server not found.
    If anyone would let me know where it moved to, it would be much appreciated. 
    -from manual
    You can also find a selection of these hands on labs in MSDN Virtual Labs at
    http://go.microsoft.com/?linkid=9728879. 
    You can discuss these hands on labs at
    http://mssharepointforums.com and you can provide feedback to Microsoft about them at
    mailto:[email protected]

    Hello,
    I am also getting below message so it seems something is happening behind. Just wait for sometiem or day and try again.
    "Thank you for checking out our virtual labs. We’re currently updating the experience and this lab is currently offline. Please check for other available labs. If this page does not automatically redirect, please visit our virtual lab home page"
    I open from here:
    http://blogs.msdn.com/b/mssmallbiz/archive/2012/03/13/sharepoint-server-2010-msdn-virtual-labs-available-to-you-online-plus-more-sharepoint-2010-resources.aspx
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Developer Dashboard - SharePoint 2010

    How do I disable the Developer Dashboard on my site?

    Turn On
    $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $addsetting =$service.DeveloperDashboardSettings
    $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::On
    $addsetting.Update()
    Turn Off
    $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $addsetting =$service.DeveloperDashboardSettings
    $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::Off
    $addsetting.Update()
    OnDemand
    $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $addsetting =$service.DeveloperDashboardSettings
    $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand
    $addsetting.Update()

  • Sharepoint 2010 Remote Development using Visual Studio 2013 Connection Errors

    I have a customer who is using a custom skinned site developed in Sharepoint 2010.
    I am trying to debug a webpart that is not loading on a page.
    My Environment:
    Local Laptop running Win 7 64 Enterprise, Visual Studio 2013, and Sharepoint Designer 2010.
    I connect to the customers network via VPN and use RDP to access the server. I have Admin rights to the server.
    Everything that I have read indicates that Web Part dev has to be done in VS. When I try to connect using server explorer, VS kicks back a 'Server Can not be found' error.
    I have tried using the computer name, the app url listed in SP Central Admin, the IP address of the box, and the actual URL of the site. However, VS can not connect to the server.
    I have done some homework on connecting VS to a remote machine:
    Adding New Servers in Server Explorer
    http://msdn.microsoft.com/en-us/library/edfcxas2%28v=vs.71%29.ASPX
    Add Server Dialog Box
    http://msdn.microsoft.com/en-us/library/107b72aa%28v=vs.71%29.ASPX
    SharePoint -how to connect remotely to production server
    http://stackoverflow.com/questions/3188364/sharepoint-how-to-connect-remotely-to-production-server
    SharePoint 2010 Development with Visual Studio
    http://stackoverflow.com/questions/10529917/sharepoint-2010-development-with-visual-studio
    Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008
    http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
    Using SharePoint Designer 2010 to Work with Web Parts
    http://msdn.microsoft.com/en-us/library/ff630941%28v=office.14%29.aspx#odc_sp14_qn_UsingSharePointDesigner2010WorkwithWebParts_CreateXSLTListView
    The last connection article is confusing because one of the SO answers indicates that you do not need to have SP2010 installed.
    I have been doing lots of reading on SP structure, and it seems to jump all over the place. (Or at least my research does). I have been reading this Ebook:
    SharePoint 2010 Development with Visual Studio 2010
    http://books.google.com/books/about/SharePoint_2010_Development_with_Visual.html?id=TVKICs4vHTcC
    My questions are:
    Why cant I connect to the Server if I connected through VPN which would inherently make the server a local network computer?
    Do I need to have VS installed on the actual server? I read that I can install Sharepoint Foundation locally and this will give me access to the server in VS.
    Do I need to have the full version of VS installed in order to use Remote Tools?
    For the Web Parts:
    Why cant I see the web parts in Sharepoint Designer? I take it they are exclusively designed in VS, which brings me back to the questions above.
    In Sharepoint Designer, I can see a custom view that was created from a custom list. I want to add that list to the page where the web part isnt working. When I open up the Edit Interface, and try to find that list, it does not display in the 'Lists and Libraries'
    menu

    Hello,
    As per your description, remote deployment is not possible for server side code in sharepoint so if you are using server object model then you won't be able to debug or deploy your solution from visual studio.
    VS is not required to installed on UAT/prod server but you need sharepoint along with visual studio in same development machine to develop any custom webpart.
    Once you deploy your custom webpart on site then you will be able to see that webpart in webpart gallery and that gallery is also available in designer so it means you can also add your custom webpart from designer to any page.
    Correct me if i misunderstood you
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • 401: Unauthorized when creating report data source in sharepoint 2010

    Hi All,
    I am getting 401: Unauthorized error when trying to create a report datasource in sharepoint 2010. Same login is able create to datasource in one system,, but only with one system it causing this issue.
    Is it system or browser issue ? Please let me know.
    Soumya Das

    Hello Soumya Das,
    Sounds like a system issue, can you check your ULS logs if you see some more information on the HTTP 401 Unauthorized?
    Btw, have you also checked the Reporting Services configuration. Maybe this article can help:
    http://technet.microsoft.com/en-us/library/bb326356(v=sql.105).aspx
    - Dennis | Netherlands | Blog |
    Twitter

  • SharePoint 2010 and Reporting Services add-in - multiple versions supported?

    Hello,
    I would like to try out Reporting Services with SharePoint 2010.  I already have the Reporting Services add-in installed on the WFE for SQL Server 2008 R2, but not configured. 
    At this point I thinking it's best to move forward with SQL Server 2012.
    Can both the 2008 R2 version and 2012 version of the Reporting Services add-in exist on the same WFE in separate instances? Or do I need to uninstall the 2008 R2 version first?    
    Thank you in advance,

    Just upgrade to the 2012 version, you don't have to uninstall first.
    Also, see the supported combinations of SSRS version and Addin version:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx
    Use the highest version of the addin possible, as newer addins have offered performance improvements.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • BI reporting of data in SharePoint 2010

    Hi,
    We have a SharePoint 2010 Team Site where we want to implement/record Risks and Issues .
    Could you help me with some pointers where i could see examples on Project Risks and Issues depiction in
    graphs and charts in Sharepoint.
    Tnx

    Hi,
    From your description, I suppose you want to create BI report of Project Risks and Issues in SharePoint.
    I recommend to using SQL Server Reporting Service with SharePoint to create the reports with graphs or charts of the Project Risks and Issues in SharePoint.
    You need to install and configure Reporting Service for SharePoint first.
    More references:
    http://aaclage.blogspot.com/2011/11/create-reports-with-sharepoint-2010-and.html
    http://blogs.technet.com/b/yungchou/archive/2010/10/07/business-intelligence-bi-with-reporting-services-in-sharepoint-2010.aspx
    Or you can use Chart web part instead to get the similar function.
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/02/24/impress-the-boss-with-the-sharepoint-2010-chart-web-part.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Access reports in SharePoint 2010.

    Dear All,
    I have SharePoint 2010 list. I have took this list in access database. I have save as the access database on physical location.
    After I have created on report in access. It's run fine in access.
    Now I want to show(run) this report in SharePoint list or library. Just like we are doing for SSRS.
    Can anyone please help me how to show access report in SharePoint 2010?
    Thanks,
    Harish Patil

    Hi,
    According to your post, my understanding is that you want to show Access reports in SharePoint 2010.
    We can publish the Access Reports to SharePoint 2010 via Access Services, the following links for your reference:
    Publish to SharePoint
    http://blogs.office.com/b/microsoft-access/archive/2009/11/23/publish-to-sharepoint-part-1.aspx
    Reporting Services in SharePoint 2010, Access Services
    http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/reporting-services-in-sharepoint-2010-access-services.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to integrate SSRS native mode ( not integrated mode ) report into sharepoint 2010?

    I have converted SSRS report from .rdl to .aspx and I can view the report in web browser by enter the .aspx web address.
    NOW, how can I display this SSRS .aspx report directly in sharepoint page? Any clue?

    Hello,
    You can upload all .RDL's files in document library then use Report Viewer webpart show to report directly in your browser.
    http://msdn.microsoft.com/en-us/library/bb326362.aspx
    http://intellisoft.wordpress.com/2012/02/20/working-with-reporting-services-in-sharepoint-2010/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Is it possible to view a Access Report in sharepoint 2010?

    Hi, I have a question and really hope someone can help me out i made a Report in Access with buttons and stuff and now i want to view that report in Sharepoint is this possible??

    Hi,
    Its very much possible.
    Please check this link below
    Publish to SharePoint
    http://blogs.office.com/b/microsoft-access/archive/2009/11/23/publish-to-sharepoint-part-1.aspx
    Reporting Services in SharePoint 2010, Access Services
    http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/reporting-services-in-sharepoint-2010-access-services.aspx
    Hope it helps

  • Creating a Report Using a SharePoint List

    I am using a SharePoint List that Named as 'Service Requests'. It has some fields with Date, Time, Status. The Date & Time will be entered. The Status as three values & those will be selected using a Drop Down List Box. The Statuses are 'In Progress,
    Completed, In completed'.
    I want to create a Report using this SharePoint List that include status with other fields in monthly basis. As an example I want the report about the Service Requests within the December month.
    I also need to know how am I able to link this report to a Web Menu that in the SharePoint Site. Because there is a web menu in that SharePoint Site. I have not developed this site so I don't know the type of the web menu of this site.
    I think someone can help me to solve these problems.
    Regards,
    Chiranthaka

    Hi Chiranthaka,
    According to your description, my understanding is that you want to create a report based on a SharePoint list.
    I agree with Trevor’s and Mohammad’s suggestion to use SQL Server Reporting Service to create the report for SharePoint list.
    You need to configure Reporting Services for SharePoint 2010 and then use it to create reports.
    Here are two links with the detailed steps to create report using SSRS with SharePoint for you to refer:
    http://aaclage.blogspot.in/2011/11/create-reports-with-sharepoint-2010-and.html
    http://nikpatel.net/2010/06/11/step-by-step-consuming-sharepoint-2010-lists-data-in-the-ssrs-2008-r2-reports/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • How to add new database server instance in Sharepoint 2010?

    I have installed SQL server 2012 BI edition and I have been trying to add new SQL Server reporting services in Sharepoint 2010 central admin .But When I click "ok "after giving the new SQL server name in the SQL Server reporting service creating
    process, I get an error stating "This user does not have permission on the SQL server".Though ,I have given this user dbcreator role on that particular database instance.Could you please help me out?

    Does the initial installation account used to set-up the farm have these permissions on the database?
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

Maybe you are looking for

  • Adobe PDF Printing Preferences (Version Adobe Acrobat 9)

    Is it possible to specify the output PDF filename like "abc.pdf" in Adobe PDF Settings? Thanks you for answer this dummy question.

  • Convert Excel to XML file

    Hi Guys, I need to generate the XML from Excel file. The XML file will have the definition like this: <people_list> <name>Fred Bloggs</name> <birthdate>27/11/2008</birthdate> <gender>Male</gender> </people_list> The Excel file will look like this: A

  • Additional instalation for ABAP Webdynpro

    Dear Collegues, I'm on the way to decide which technology should I choose for company developing web application. I was wondering about PDK for .NET as the company has invested a lot in .NET technology so far. But I realized that it is possible to us

  • Difference in core application of "SPARC 32-bit" vs "generic" WebLogic10.3?

    Hi guys, I really need your urgent advice on the topic above. My question is that is there a difference in the WEBLOGIC 10.3 CORE itself between these two version mentioned? My opinion think the only determining factor is the VM used that would deter

  • How to smooth and sharpen pixelated jpeg images?

    I have a logo being produced for the web. The logo was done in illustrator. Every time i look at the jpg file its very pixelated and speckled. Is there anyway to reduce the appearance of that?