Click here to Skip to main content
15,891,704 members

Comments by Pawan Sharma Software Engineer (Top 3 by date)

Pawan Sharma Software Engineer 17-Dec-12 2:45am View    
Thank you for reply but by this link is not usefull for get server side value which bind with checkbox
Pawan Sharma Software Engineer 11-Dec-12 0:58am View    
select IsNull(Case when IsNull(fa.new_unitspurchased,0)> 0 then ((sum(vews.TransactionCount) * 100) / (fa.new_unitspurchased)) Else 0 End ,0) as percentage from
BingMapsPlatform_Staging.dbo.VEWSDailyAggTrans vews
inner join BingMapsPlatform_MSCRM.dbo.FilteredAccount fa
on new_accountid = vews.primaryId
group by fa.new_unitspurchased
Pawan Sharma Software Engineer 7-Dec-12 6:07am View    
My SQL Report is display properly, but when i download from export link then i get same error, but when i set postbacktrigger controlid =ReportviewerId and refresh manual and after click on export for download then i can download the report
how can i download report properly