Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on accessing report objects at runtime
Message
De
25/10/2002 11:47:24
 
 
À
25/10/2002 11:04:23
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
00715457
Message ID:
00715488
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform