Sharepoint 2010: publishing reports? - sharepoint

I know that Sharepoint 2010 will store almost everything into its databases. We have a reporting application and we would like to publish our reports into Sharepoint 2010. We don't have any integration kit for Sharepoint 2010. What options do we have? Can we publish our reports into Sharepoint database or how this should be implemented?

From your question, I can't tell if you want a programmatic solution or not. Either way, you can store your reports into a SharePoint Document Library
A) By manually uploading the reports to the SharePoint Document Library
or
B) By creating a simple app or web service to do the job for you
http://www.dotnetcurry.com/ShowArticle.aspx?ID=297

Related

migartion sharepoint web application sharepoint 2013 to sharepoint online

actually i tried to migrate lists and document libraries from one site to another site in sharepoint 2013 and migrate sites also from 2010 to sharepoint 2013. But,I want to migrate web application from sharepoint 2013 to sharepoint online.
We are limited to creating Site collections only in SharePoint online. You cannot create/migrate the complete web application to SharePoint online in one go. You would have to migrate either a complete site collection or site level.
I have experience migrating with SharePoint migration tool from Microsoft (which is free software) and it worked well.
However, i would suggest to migrate individual site level as it would be easy to manage. I have tried migrating a site collection which failed after 40% and it was difficult to debug where the error was. I later figured it was the nintex form on a document library that was a culprit.
Good luck with your project!
You may use below methods to create apps
Using SharePoint Apps ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins )
Use the latest SPFx framework (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) to create apps.

SharePoint 2010 Integration with Microsoft Office 2010

I have a Development Project in motion where the end user interacts with an MVC Application to input data into it, then it gets submitted to SQL Server. Straightforward as it is really. Then the data is used to produce a PDF Report.
I want to use SharePoint to pull the data from SQL Server to create a .DOCX and integrate Microsoft office word 2010 to edit the document and publish as a .PDF
The MVC Application, Not a problem. ITs SharePoint Integration with Microsoft Word I'm not familiar with. SharePoint itself yes. Integration and Automation with Office Business Applications, no really.
Can anybody point me into the direction of good solid resources online into Office Integration?
Im using Sharepoint Server standard 2010 so One Word Automation is out...

How to access a SharePoint 2010 List from a SharePoint 2013 farm

We have a SharePoint 2010 farm and a SharePoint 2013 farm.
In one of the List on the SharePoint 2013 farm, when ever a record is created,
we need to copy it to a list on SharePoint 2010 farm.
Can this be done using the 2013 CSOM? Will the 2013 CSOM be able to connect to 2010 List and manipulate it (CRUD operations)
OR
Should I consider creating a Custom Service Application and expose the data stored in 2013 farm for the 2010 farm to consume it?
Thanks in advance
I'm not sure if client object model from 2013 dll will work on SP2010, but you should definitely be able to save an item using listdata.svc REST calls, and then you shouldn't need any custom service application.
We've done from 2007-->2010 (console app) using scom for 2010. The same code run smoothly when we upgraded 2010->2013. So, I guess you won't have any problems.

CRM Online 2013 and SQL Azure Integration

I am using CRM Online 2013 and I have to do reporting with custom code and there are reports that just cannot be done with Fetch XML. So my question is.
Can I use Azure integration with CRM Online 2013 to extract CRM data of entities into SQL Azure through some ETL tool like SSIS or any other (recommend please) and do the reporting through SSRS from SQL Azure?
If yes, then we come to our second step. Is there a way to call these reports from CRM Online? I know we can't upload the .rdl files with custom code to CRM Online. So I am thinking of calling the reports from CRM even though the reports may reside on Azure server.
Its the second step I am most worried about as being impractical. Suggestions?

sharepoint 2013 designer -programming possibilities and limitations

What are the possible functionalities that can be modified or added using sharepoint designer with sharepoint foundation 2013? In terms of programming.
SharePoint Designers main purpose is for creating or modifying Microsoft SharePoint sites, workflows and web pages.
As an example you are able to create and modify workflows but cannot compile any code or build your own custom web parts.

Resources