I have a system which uses Microsoft SDLC ReportViewer 2012, i watched a video on YT on how to integrate this on my system but as i do it my system can't create the report, as it was on the video it should create it in the path just like below
Related
I am trying to connect a database to my C# Windows Form Application, but the data sources window says that
This window is not supported for the selected project.
How can I fix this? I have the data connection set in the server explorer.
In the ( Create a new project ) window select Windows Form App(.NET Framework)
NOT Windows Form App (.NET)
I am very new to Microsoft CRM , (working first time) and have requirement to call one custom webservice whenever new Account is created in Microsoft Dynamic CRM 2013.
Response returned from webservice needs to be stored as csv file in Files section of new account. Can anyone provide basic guideline how we can achieve this?
Here is a good link for getting started with writing a plug-in: http://msdn.microsoft.com/en-us/library/gg328263.aspx (The link points to CRM 2011, but this is compatible with 2013 and is a good place to get started.)
You'll also want to download the SDK. Provided with the SDK are tools for deploying the plugin, examples of plugins and much, much more. http://www.microsoft.com/en-us/download/details.aspx?id=40321
The CSV file will also be stored as an annotation. Here's an example: http://msdn.microsoft.com/en-us/library/gg328429.aspx
Really, I'd start with the SDK and then look to the specific links.
I am using Jasper Server community edition 5.2. I am embedding these reports in to my web application using iframes. I am able to remove the jasper logo and menus by passing 'decorate=no" parameter to the url of the iFrame. However I want to get rid of the scroll buttons and export buttons and have my own.
I know this can be achieved in jasper pro edition by getting rid of the dashboard, but how can this be achieved in the community edition?
i am very new to SQL server Reporting Services.I have developed reports in SQL Server Reporting.now Where do i deploy them in order to use them into my asp.net web application?
To include the report in your ASP.NET application, here you will need to use a custom control however, Microsoft does not provide a custom control like crystal report viewer custom control, in fact you will find it deployed in the samples directory of Reporting service. The custom control is located at
C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\Samples\Applications\ReportViewer
You can just go and open that project and compile it and use the ReportViewer DLL in your ASP.NET application. This can be done by opening your toolbox, then click Add/remove and click browse and select the ReportViewer.DLL I included the source and the DLL in the source in case you cannot find it or you didn't install the sample applications of reporting service. Anyway after selecting the DLL you have to select the custom control from the list.
You will find the name of the Custom Control ReportViewer "Microsoft Sample Report Viewer Application"
When you are done, just include the custom control in your ASP.NET page and change the following properties.
First you have to select the report path and this should be something
like :- My Reports/Report1 - exactly the sample folder you deployed
your reports in.
Second you have to edit the ServerURL and here you enter your
reporting service location http://localhost/reportserver/ this is the
reporting server location, while /reports is the report server web management so take care not to get mixed up.
Once both are done, you can start viewing your report by accessing your ASP.NET web page.
Now enter the location of your web application and choose the asp.net page that contains the custom control
I'm using VS2005 and a standalone Crystal Reports XI Release 2 and I'm having trouble deploying the windows forms app. Everything works perfectly when it's running on VS but on deployment it doesn't. It connects to SQL Server 2005 on a server
I already tried adding Crystal Reports as a prerequisite in the setup deployment but to no avail. I think it did recognize Crystal Reports however when I open the report a login screen appears where the username, password and datasource is loaded in its corresponding textbox the database name itself is not in its textbox