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
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