Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on accessing report objects at runtime
Message
From
25/10/2002 11:47:24
 
 
General information
Forum:
ASP.NET
Category:
Reporting
Miscellaneous
Thread ID:
00715457
Message ID:
00715488
Views:
8
After a little more digging, I came up with this...

BoxObject oBox;

oBox = oMyReport.Section6.ReportObjects("Box3") as BoxObject;
oBox.Border.BorderColor = Color.FromArgb(255,255,255);

And that seems to work. [I couldn't find the 'suppress' property, so I just made the border color white to suppress, and that seems to work].

Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform