MS Access Object Library 11.0

J

Julia

Hello everyone,
Could anyone, please, tell me, how can I get in C# list of existing report
controls (including names). The problem is that when I am trying to use
Report and Controls objects, I can get Controls.Cout property, but
Control[<index>].Name property returns the following: _Com object (or smth
like this).
 
Top