I have U2 Data Server Provider for .NET( .NET Framework data provider ).
I have followed this link to register U2 Data Server Provider for .NET( .NET Framework data provider ) .
http://technet.microsoft.com/en-us/library/bb326409.aspx
When I run BIDS (SSRS) and I choose U2 in "Add new data source", I can test the connection. See screen shot below.
When I try to create report dataset using this datasource, I do not see Query Designer and "Edit as Text" is disabled. See screen shot below.
Where is my problem?
RSReportDesigner.config has the following entry
<Data>
<Extension Name="U2" Type="U2.Data.Client.U2Connection,U2.Data.Client, Version=1.2.1.0, Culture=neutral , PublicKeyToken=9ab9148678f4f448"/>
</Data>
<Designer>
<Extension Name="U2" Type="Microsoft.ReportingServices.QueryDesigners.GenericQueryDesigner,Microsoft.ReportingServices.QueryDesigners"/>
</Designer>
Rajan