Belajar Sap 2000 Pdf Merge

Posted on  by 

The blogger from Sweden who loves to share e-book files on her blog so every visitor can download that pdf files anytime. She is now very popular because she has got the most unique pdf archive. BELAJAR SAP2000 PDF. Belajar sap 2000 Posted by Vudorr in Manual Also the desire to build aesthetically appealing structures has inspired the engineers to build structures different from the conventional ones.

  1. Belajar Sap 2000 Pdf Merger
  2. Sap 2000 Buy
  3. Sap 2000 Cost
  4. Belajar Sap 2000 Pdf Merger
27 Jan 2014CPOL
This article discusses how to export Crystal Report on button click into PDF, Excel, Word, HTML, RTF in ASP.NET C#

Introduction

What Is Crystal Reports?

'In simplest terms, Crystal Reports is a report design tool that allows you to create reports capable ofretrieving and formatting a result set from a database or other data source. In addition to simply readingdata from a data source, Crystal Reports has its own formula language for creating calculations andincludes a number of features that can be used to turn raw data into presentation-quality reports, withgraphs, charts, running totals, and so on.'(David McAmis, Professional Crystal Reports for Visual Studio .NET, 2nd edition)

We give this option to users to download there on copy of result what they want from search result.

Merge

Sqlserver Part

Create a Simple Table Name as PersonInfo:


Inserting Records

Insert Records into Table from backend

Selecting Records for displaying on report Using StoredProcedure

Create a new ASP.NET Web Application Project.

Add New Web form -> Name it as ExportRecords.aspx.

Adding Crystal Report

When this Screen appears in front of you, just select (Standard) and Press Ok button.

The Standard Report Creation Wizard will pop

Select Create New Connection.

  1. Inside That OLE DB
  2. A new Wizard will pop up OLE DB (ADO)
  3. It will ask for Provider
  4. Select (Microsoft OLE DB Provider for SQL Server)
  5. Click Next Button

Connection Information Wizard will appear.

Just enter your SQL Server details here.

Then click on Next button

After click on Finish this wizard will appear.

  1. First select your Database where you have created table.
  2. Inside that you will find 3 options
    1. dbo
    2. INFORMATION_SCHEMA
    3. Sys
  3. Select dbo (Here you will see 2 options)
    1. Tables
    2. Stored procedures
  4. Select Store procedures from it.

(Because we will bind Store procedures to report to display information)

The Store procedures Usp_getPersonRecords will appear in the list of data sources, add the Store procedures to selected table list by clicking on the right arrow.

Click Next button

This wizard will appear.

Select all columns and then clicking on the right arrow to move in Fields to Display

Click on Next Button

We will not perform Grouping Just click Next Button

This wizard will appear.

Pdf

We will not perform Record Filter Just click Next Button

This wizard will appear.

Select Standard from it and click Finish.

After Finishing the crystal report will appear to you.

Just Save it.

Let’s Move from sql to Web forms now. (ExportRecords.aspx)

On Page Add Crystal Report viewer and three images buttons

(I have add images to buttons)

Like this View you will see

On load for Binding crystal Report i have created Method GenerateReport().

You need to add Connection string above Page load.

And add Connection string In Web.config.

For doing connection with database you need to add connection string to databaseHere is example of it.

Just replace here with your database value.

Data source

Database

User id

Password

Here I have bind crystal report on page load event.

This is method which I am using for binding crystal report on page load.

How It Works

On button click we are going to Export crystal report in pdf, Excel, html, format.

We are bringing all data from sql server into dataset and binding dataset to crystal report data source.

Creating object of report document

After creating object we are going to load crystal report by giving its path.

Here we are assigning format to export.

First Button (Img1 for exporting records in PDF format)

On button click we are going to Export crystal report in PDF format.

Belajar Sap 2000 Pdf Merger

First Second (Img2 for exporting records in Excel format)

On button click we are going to Export crystal report in Excel format.

First Third (Img3 for exporting records in Word format)

On button click we are going to Export crystal report in Word format

Now save and run project.

All records will appear on Crystal report.

Sap 2000 Buy

With five buttons to Export.

Sap 2000 Cost

On clicking of PDF button.

On clicking Excel button.
On clicking of Word button.

On clicking of HTML button.

On clicking of RTF button

Belajar Sap 2000 Pdf Merger

Making Easy to Understand

Coments are closed