how to load a report using a progress bar??
i'm new in c#..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lalit MPosted Jan 15, 2010, 3:16 AM
function InitializeRequest(sender, args)
{
// Show Progress Bar
}
function EndRequest(sender, args)
show here details{
// Show Report
}
Lalit MPosted Jan 15, 2010, 3:13 AM