Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to show report by typedDataSet linked on guid

Status
Not open for further replies.

zdehkordi

Programmer
Oct 21, 2005
12
IR
I am using sqlserver.
And I used UniquIdentifier(Guid) for Pk in tables.
then I've built a typedDataSet from these tables in .net
My TypedDataSet has two tables which have been linked on Pk(Of Guid Type)
But I can't see the report,
I have tested these methods:
I removed the link, My problem is solved.
I changed the type of PK to string, My problem is solved
I defined report on Database not dataset, my problem is solved.

If I want to use Guid for my tables in typedDataset, How can I use links on tables in dataset in reports

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top