The Blog of Travis Gneiting
  • Home
KEEP IN TOUCH

XtraReport Bindings

Feb04
2010
Written by admin

Change

Private WithEvents bindingSource1 As System.Windows.Forms.BindingSource

To

Public WithEvents bindingSource1 As System.Windows.Forms.BindingSource

Also the bindingSource Datasource needs to be changed in the report code.

Me.bindingSource1.DataSource = GetType(TypeofObject)

For the report viewer, again bind the bindingSource Datasource

Dim objects As objects
objects = GetAllObjects()
Dim Report1 As New XtraReport1
Report1.bindingSource1.DataSource = objects
ReportViewer1.Report = Report1
Posted in Software Engineering - Tagged DevExpress
SHARE THIS Twitter Facebook Delicious StumbleUpon E-mail
« Software Functional Specifications
» Entity Framework Links

Programming

  • ASP.NET
  • MSDN
  • Visual Studio Offical Website
  • www.w3.org

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Welcome to My Programming Blog

This is my brain dump. I use it to post thing I may use again, interesting things I have run into and programming helps.

Tags

.net Agile Software Development Engineering ASP.NET attack Beginner Blueprint CSS Database Deployment DevExpress Framework Functional hacked Hotmail How to test software HTTP IIS Javascript JQuery MIME New Website Checklist PHP querystring Software Testing Specification spoof Status Codes Testing Trace Debug ASP.NET Tutorial Velocity webmethod Website Testing Zend

Blog Archive

  • January 2012
  • November 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • February 2011
  • January 2011
  • November 2010
  • October 2010
  • August 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • February 2009
  • January 2009
  • November 2008
  • September 2008
  • August 2008
  • July 2008
  • April 2008

EvoLve theme by Theme4Press  •  Powered by WordPress The Blog of Travis Gneiting