zoukankan      html  css  js  c++  java
  • RDLC自定义报表

    最近花了很多工夫研究了C# 2005的RDLC报表,个人感觉功能是很强大,但是编码却很费力,并且这方面的示例也实在是太少了。以下是我整理的一报表控件,在此与大家分享。

    一、改进后的ReportViewer

    Code

    二、Rdl生成类

    Code

     

    三、报表主体生成类TableRdlGenerator

    Code

    四、页头页尾生成类HeaderFooterRdlGenerator

    Code

    五、报表配置类ReportConfig

    Code

    六、文本项类TextItem

    Code

    七、报表配置示例

    Code
  • 相关阅读:
    [Error]错误 C2660: Gdiplus::GdiplusBase::operator new: 函数不带三个参数
    opengl多线程的问题
    去掉CFormView的滚动条
    DevIL库使用时图片翻转的问题
    让notepad++正确显示actionscript文件语法高亮
    [Error]world geometry is not supported by the generic scenemanager
    3d Max 9的"正在验证许可证"问题的解决
    CSizingControlBar Error C2440: “static_cast”: 无法从“UINT (__thiscall CSizingControlBarG::* )(CPoint)”转换为>>>
    MFC下的OpenGL
    酷!不用外挂,Win7资源监视器查看QQ好友IP
  • 原文地址:https://www.cnblogs.com/faib/p/1259161.html
Copyright © 2011-2022 走看看