Dear Sir
Web hosting provider has set the .net trust level as Medium. so report viewer & crystal reports are not working. it required full trust.
so is it possible to execute the reports in medium trust? and how?
so many peoples stuck with this issue. i all ready gone throu so many forums but nothing happen possitive..
Please Help.
Thanks
Pritam Deokule
ReportDoc.Load(Server.MapPath("~/Reports/Proposal.rpt"));
DataTable dt = cm.DisplayUserInfo("select * from tblProposal_Master where proposal_id='000006'").Tables[0];
ReportDoc.SetDataSource(dt);
CRV.ReportSource = ReportDoc;
CRV.DataBind();