I'm loading a large number of data into CrystalReportViewer (About 100 pages), In CrystalRepor XI application it loades pages very fast, but in My VB WinForm application (with a CrystalReportViewer) it loads data very slow. What's the problem? Please Help me.
CrystalReportViewer acting very slow on loading large number of pages
767 Views Asked by Hossein POURAKBAR At
1
There are 1 best solutions below
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in VB.NET
- If...Then...Else Visual Basic 2012
- Detecting whether a mouse button is down in vb.net
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- vb.net Get PrivateMemorySize64 and process id sort by memory size
- Cannot insert values into database
- check validation of an expression with Regex
- VB.NET KeyNotFoundException from String()
- How do i display data that are in between 2 values in a DDL?
- VB.net: How to make original variable value fulfill 2 statements?
- Login form by using a new database, made in VB
- Get Text from listbox in VB.net
- error handing for uploading large size file
- XML Null Element Visual Basic
- Using chart and tooltip
- vb2010 Express - Operator '=' is not defined
Related Questions in CRYSTAL-REPORTS
- Crystal Reports and Null fields
- Crystal Reports extracting text within delimiters
- "Blank" pages in crystal reports with groups
- How to sum filed based on day type in crystal report
- Crystal Report Pie Chart Formula Labels
- how to pass value to crystal report parameter filed from the code
- C#&Crystal Reports, Failed to Load database error
- Crystal Reports - How to include more than one data value in my report
- Crystal report to rounding
- crystal reports fill with lines
- Year and month in a crystal report
- published reports don't work - Database logon failed Error
- Crystal Report not display in Crystal report viewer
- Crystal Report page split up and encrypting the generated document in C#
- Dynamic sort group in crystal reports
Related Questions in CRYSTAL-REPORTS-VIEWER
- C# create programmatically page header section in crystal report
- Crystal Reports Viewer showing thousands of pages
- IE11 - Crystal Reports - PrintMode ActiveX now displaying PDF prompt (instead of printer prompt)?
- Crystal Reports Graph image not displaying
- Get Formula value instead of formula code .net c# Crystal Reports SDK
- Issues with Sub Reports in Crystal Reports Windows Forms?
- Charts not showing on Crystal Reports Viewer in WebForm
- How to pass selected data shown from datagridview pass to CrystalReportViewer
- Crystal Reports Cross-tab space between columns in CR Viewer
- Crystal Report graph not showing properly
- how to get the parameter value using QueryString in CrystalReportViewer_init function in ASP.Net?
- CrystalReportViewer acting very slow on loading large number of pages
- pass a value from winform to crystal report text object through c#
- How to stop crystal report viewer from asking login credentials when opening subreport
- could not load file or assembly 'log4net', 'crystaldecisions.reportappserver.clientdoc' in vs2017
Related Questions in LARGE-DATA
- Best practices for creating a huge SQL table
- Data transfer between Ubuntu/Windows to network
- how to update a data.table by its subset?
- Accessing a large number of unsorted array elements in Python
- fast conversion of a text file to arrays C++
- Read large xml into Dataframe r
- PyCUDA large nonuniform matrix operations
- Optimize duplicate values in NoSql key-value storage
- Java Swing Displaying Large Amounts of Data from ArrayLists
- Inserting millions of records into MySQL database using Python
- How to quickly read a large txt data file (5GB) into R(RStudio) (Centrino 2 P8600, 4Gb RAM)
- Search a word in all Common Crawl WARC files
- PHP and Apache not uploading and processing large files
- Sharing large sqlalchemy objects between flask templates
- Best way to archive (in flat file) and then purge huge data
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Do you tried to load your crystalreportviewer before you fill it and make it invisible? Then, when you need to show the data, you can make it visible.