Parallel Arrays

Stimulsoft Reports.NET discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Parallel Arrays

Post by HighAley »

Hello.
djm000111 wrote:Thank you for your comments, but I still have a problem. I downloaded the second project and get the following error when I try to run it: "OleDb Exception was unhandled." Alternatively when I try to preview the report from the Report Designer I get an error: "Object reference not set to an instance of an object" and nothing is displayed.
Please correct the path to the database by editing OleDb connection.
djm000111 wrote:Also, is there important functionality that is used in the "DataBandsUsedInPageTotals" object that is used in your solution to my problem, or is there a work-around to using that object so that I can accomplish the same thing in the report without using it?
Please comment this string

Code: Select all

Me.StiReport_Test1.DataBandsUsedInPageTotals = Nothing
in Form1.Designer.vb.

Thank you.
djm000111
Posts: 16
Joined: Wed Jul 13, 2011 1:26 pm

Parallel Arrays

Post by djm000111 »

Thank you so much for your help. It is a successful solution.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Parallel Arrays

Post by Andrew »

Hello,

Let us know if you have additional questions.

Thank you.
Post Reply