I've got a report that is using an ObjectDataSourc e to populate its
data. The problem is that the report takes longer than 30 seconds to
generate so it times out. If I were using an SQLDataSource object I
know how to set the Command.Timeout to account for this but I can't find
the Timeout property on the ObjectDataSourc e to do this. How can I set
the Timeout property on an ObjectDataSourc e?
Thanks,
Andrew
data. The problem is that the report takes longer than 30 seconds to
generate so it times out. If I were using an SQLDataSource object I
know how to set the Command.Timeout to account for this but I can't find
the Timeout property on the ObjectDataSourc e to do this. How can I set
the Timeout property on an ObjectDataSourc e?
Thanks,
Andrew
Comment