RDLC在asp.net c sharp web应用程序中报告 [英] RDLC reports in asp.net c sharp web application

查看:57
本文介绍了RDLC在asp.net c sharp web应用程序中报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的存储过程我想在rdlc中为这个存储过程生成报告我在plz之前从未做过报告模块thx



This is my stored procedure i want to generate report in rdlc for this stored procedure I have never done a reporting module before plz help thx

set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[salarycount]
as
begin

select sum(astatus) * e.Dailwages as PayAmount, e.EmpName,e.EmpSalary
from TblEmpDetails e ,Attendance a
where e.EmpId = a.EmpId
group by EmpName,EmpSalary,Dailwages
end

推荐答案

您是否尝试搜索谷歌 [ ^ ]?



以下是给出的顶部链接:

如何创建报告RDCL C# [ ^ ]
如何使用带有c#的asp.net创建RDLC报告? [ ^ ]

将数据集中的数据绑定到RDLC [ ^ ]
Did you try searching google[^] ?

Below are top links given there:
How to create report RDCL C#[^]
How to create a RDLC report using asp.net with c#?[^]
Bind Data in Datset to RDLC[^]


这篇关于RDLC在asp.net c sharp web应用程序中报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆