I am using Crystal Reports in my application. Now, I have created an SQL view in my SQL Server database. Can I use this view as data source for Crystal Reports?
I know that we can use a stored procedure as data source for Crystal Reports, but I don't know that we can use a view as data source for the same.
Can any one give me some more ideas regarding the same?