Report Designer

Anyone know how to get to the Report Designer in VS 2005 C++? Chicking on "Add" and "New Item" does not show a "Report" selection. DataSet is there and the ReportViewer is in the Toolbox. Am I missing something or have us C++ types been forgotten (again)?

Sad

[320 byte] By [bollwerj] at [2007-12-16]
# 1
What verson of the product are you using?

I see it under
Visual C++
Data
Report
after I select "Add, New Item"

Thanks.

Ronald Laeremans
Visual C++ team

RonaldLaeremans at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2

Ronald

Thanks for the reply. I'm using the following version:

8.0.50215.44 (beta2.050215-4400) which was sent to me on a CD from Microsoft.

When I right-click on my project in the Solutions window and select "Add New Item" then "Data" I get the following selections:

Aggregate
Trigger
User Defined Type
XML Schema
Stored Procedure
User Defined Function
Dataset
SQL Script File
My Tmeplates

That's all. Reports is present if I select C# or VB as my project, but not C++. Perhaps there is a later version that I need to download? Please note that I cannot access the web from the machine that is running VS 2005. It is isolated on a private network.

Thanks

John

P.S. The "Alert me" doesn't seem to be working. Although I checked the box, I never got an alert to your reply.

bollwerj at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...