ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
how can i display crystalreport in button click?

am working with VS2005
 Question Submitted By :: Raghu.kandlakunta
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how can i display crystalreport in button click? am working with VS2005
Answer
# 1
Palce CrystalReportViewer Object on ur form and name it to 
objCrystalReportViewer 
drag a button on to the same name it to btnTemp
on btnTemp click write the following lines of code

dim rdReportToPrint as new 
CrystalDecisions.CrystalReports.Engine.ReportDocument()
rdReportToPrint.Load("write the path were in u have save ur 
report here" )

objCrystalReportViewer.ReportSource = rdReportToPrint;

this is the way we load crystalreport dynamically
 
Is This Answer Correct ?    1 Yes 0 No
Tanveer Sidiq
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
What connections does Microsoft SQL Server support?  1
all information  1
What?s the difference between the Debug class and Trace class?  2
What?s the difference between an interface and abstract class?  4
What are the ways to deploy an assembly? Visual-Soft2
What is a pre-requisite for connection pooling?  1
write the Syntax for Function or Method Overriding? HCL4
what is unit testing  2
Any exceptions are there which are not caught by any catch blocks? what are they? Honeywell5
What?s the advantage of using System.Text.StringBuilder over System.String?  1
How can we Achieve Late binding in C#.Can any give one example. Value-Labs4
How do you generate documentation from the C# file commented properly with a command-line compiler?  1
How To Maintain Transaction In C#? Phoenix-Technologies1
What is the difference between readonly and const Emphasis4
What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.  5
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?  1
datagridview using updata in windows c#  1
How do you debug an ASP.NET Web application?  1
Which is the best way for keeping the data in XML or SQL server..and why? Infosys8
What does assert() do?  1
 
For more C Sharp Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com