嗨,我是 Web 应用程序中水晶报表的新手。我正在从我的网络应用程序中调用水晶报告,如下所示:
private void AbreVisorReportesDict(int iIdRatificacion)
{
Response.Write(
"<script type='text/javascript'>detailedresults=window.open('http://portalrpt/reportes/default.aspx?rep=SIDRJF/Dictamen.rpt&mod=116');</script>");
}
但我不知道如何在 url 中传递 iIdRatificacion 以便报告与该字段相对应。
你能帮我吗?