• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  树状图  

资源简介

C# aspx页面绘制树状图

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Whidsoft.WebControls;

namespace NRC.PMS.Model
{

    /// 
    ///Author   : liumeng
    ///Datetime : 20140712
    ///Function : Description
    /// 自定义节点类
    /// 自定义的节点类型和显示
    /// 可以根据项目中的字段进行修改,并且可以从数据库进行赋值
    /// 具体可见数据库示例mdb.aspx
    /// 

    public class MyOrgNode : Whidsoft.WebControls.OrgNode 
    {
        //表示是否要显示人数
        //public bool PersonTag;
        //public bool AttachTag;

        //给附属分支添加的字段
        //public List AttachText;
        //public List AttachmentDescription;
        //public List AttachNavigateUrl;
        //public List AttachUnderDesc;
        //public List AttachChadPerson;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-09-23 20:17  树状绘制图\
     目录           0  2015-09-23 20:18  树状绘制图\aspx\
     文件        3294  2015-09-18 15:36  树状绘制图\aspx\MyOrgNode.cs
     文件         314  2015-09-17 20:57  树状绘制图\aspx\OrgChart.css
     文件        3445  2015-09-17 20:58  树状绘制图\aspx\OrgChartDeptView.aspx
     文件       12955  2015-09-21 11:19  树状绘制图\aspx\OrgChartDeptView.aspx.cs
     文件        1847  2015-09-17 19:23  树状绘制图\aspx\OrgChartDeptView.aspx.designer.cs
     目录           0  2015-09-23 20:15  树状绘制图\dll\
     文件       61440  2015-09-17 19:24  树状绘制图\dll\Whidsoft.WebControls.OrgChart.dll
     文件          33  2015-09-23 20:17  树状绘制图\readme.txt
     目录           0  2015-09-23 20:16  树状绘制图\result\
     文件       10340  2015-09-23 20:16  树状绘制图\result\tree.png

评论

共有 条评论