stimulsoft mysql,将值传递给Stimulsoft报告参数「建议收藏」

stimulsoft mysql,将值传递给Stimulsoft报告参数「建议收藏」HiIhaveareportinwindowsformapplicationthatit’sdesignedbyStimulsoftreportgenerator.MyreportgetdatafromMySQLdatabasebyastoredprocedure.MystoredprocedurehasaparameterasPer…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

stimulsoft mysql,将值传递给Stimulsoft报告参数「建议收藏」

Hi

I have a report in windows form application that it’s designed by Stimulsoft report generator. My report get data from MySQL database by a stored procedure.

My stored procedure has a parameter as PersonalCode and my report has a parameter with same name.

I want load report file and pass a value to this parameter.

I use from some solutions that are listed in bellow, but all of them is not correct:First Way:

Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();

report.Load(“mrt file path”);

report.Compile();

report.Variables[“PersonalCode”] = 932;

report.Render();

report.Show();

Second Way:

Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();

report.Load(“mrt file path”);

report[“PersonalCode”] = 932;

report.Show();

Third Way:

Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();

report.Load(“mrt file path”);

report.Compile();

Stimulsoft.Report.Dictionary.StiDataParameter parameter = new Stimulsoft.Report.Dictionary.StiDataParameter();

parameter.Name = “PersonalCode”;

parameter.Value = “932”;

report.DataSources[“PersonalInformation”].Parameters[“PersonalCode”] = parameter;

report.Render();

report.Show();

Fourth Way:

Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();

report.Load(“mrt file path”);

report.Compile();

Stimulsoft.Report.Dictionary.StiVariable parameter = new Stimulsoft.Report.Dictionary.StiVariable(“PersonalCode”, typeof(int));

parameter.Value = “932”;

report.Dictionary.Variables[“PersonalCode”] = parameter;

report.Render();

report.Show();

Please help my,

How I can pass a value as parameter to report in .net that this parameter is a parameter for stored procedure that provide report data?

解决方案Hi

I solve my problem by bellow code:

report.Compile();

report[“Number”] = 932;

report.Render();

report.Show();

But You must attention to bellow notice:

1- Stored procedure parameter names’s must be “Number”

2- Report parameter name’s must be “Number”

3- Sent parameter name’s must be “Number”

Thanks

Open a support ticket with your question at Stimulsoft forums on :

http://forum.stimulsoft.com/[^]

There you get full support for the software developers also you provide them with code sample of your work.

Thank you

Hi

I solve my problem by bellow code:

Collapse | Copy Code

report.Compile();

report[“Number”] = 932;

report.Render();

report.Show();

But You must attention to bellow notice:

1- Stored procedure parameter names’s must be “Number”

2- Report parameter name’s must be “Number”

3- Sent parameter name’s must be “Number”

Thanks

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/158798.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • mysql自定义函数详解_sql自定义函数例子

    mysql自定义函数详解_sql自定义函数例子摘要腾兴网为您分享:mysql自定义函数与动态查询,智学网,夜读小说,小睡眠,西餐菜谱等软件知识,以及猫语翻译器,江西校讯通,刷qq业务的网站,房洽洽,学士服照,爱站seo工具包,虚拟声卡驱动,隐藏分,卦象,供零在线永辉,七猫精品小说,海纳百川器,华尔街日报,双十一图片,中国地震信息网等软件it资讯,欢迎关注腾兴网。介绍下mysql自定义函数的例子,以及插入单引号的方法,动态执行查询与字符串拼接…

  • PSCP 基本使用[通俗易懂]

    PSCP 基本使用[通俗易懂]PSCP基本使用问题:如何免密码输入,传送数据“sshpassisnotrecognized”onWindows”PSCP:是Putty的文件传输工具,用于两台电脑之间的文件传输重点:可以在命令中添加密码,不像SCP需要单独输入密码下载putty工具putty工具操作1:从本地传输文件到服务器(windowtolinux)PSCP-pw12345678C:\Users\Firmi\Desktop\test.txtroot@192.168.1.88:/root

    2022年10月27日
  • uniqueidentifier类型_unique用法及搭配

    uniqueidentifier类型_unique用法及搭配uniqueidentifier  全局唯一标识符 (GUID)。    注释  uniqueidentifier 数据类型的列或局部变量可用两种方法初始化为一个值:     使用 NEWID 函数。    将字符串常量转换为如下形式(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,其中每个 x 是 0-9

  • rfq用户level2报价是几条(什么是建立在海量数据挖掘基础上)

    海量数据挖掘MiningMassiveDatasets(MMDs)-JureLeskovec courses学习笔记计算广告ComputationalAdvertising{博客内容:ComputationalAdvertising. Theproblemistoselectadstoshowwithotherinformation,typical

  • 单片机控制步进电机-电路连接

    单片机控制步进电机-电路连接单片机控制步进电机-线路连接说明:如何利用单片机去控制步进电机?本案例讲解的内容是硬件连接部分,采用常用的电子器件去实现单片机控制步进电机的功能。后续会分别讲解单片机程序,S曲线生成方法,上位机等相关内容。硬件清单:1、单片机最小系统(本案例使用Atmega16芯片)2、步进电机(二相四线)3、稳压电源(24V)4、步进电机驱动器(TB6600)整体连接图:原理图:控制原…

  • VS2008工具栏看不到配置管理器或者解决方案配置

    VS2008工具栏看不到配置管理器或者解决方案配置Vs2008工具栏看不到配置管理器或者解决方案配置,很不方便,看不出来是是Debug还是Release。解决方法如下:1、工具-选项-项目和解决方案-常规,勾选显示高级生成配置。2、如果第一步没有效果,那么可以在工具栏上点击右键,选择自定义,在命令选项卡中找到生成,然后在右侧的命令中找到这两项,直接拖动到工具栏。

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号