zoukankan      html  css  js  c++  java
  • ASPxDashboardViewer_OnDashboardLoaded 修改Item参数

     protected void ASPxDashboardViewer_OnDashboardLoaded(object sender, DashboardLoadedWebEventArgs e)
            {
                var id = e.DashboardId;
    
                string regiongEn = CookieHelper.GetCookieValue("regionCityName_EN");
    
                if (id.Contains("163"))
                {
                    Dashboard dashboard = e.Dashboard;
    
                     ChoroplethMapDashboardItem mapDashboardItem = (ChoroplethMapDashboardItem)dashboard.Items["mapDashboardItem1"];
    
                    //DashboardParameter dashboardParameter = dashboard.Parameters["P_REGION"];
    
                    //StaticListLookUpSettings parameterLookUpSettings = new StaticListLookUpSettings();
                    //parameterLookUpSettings.Values.SetValue();
                    //Console.WriteLine(dashboardParameter.LookUpSettings);
    
    
                    //dashboardParameter.LookUpSettings
                }
                if (id.Contains("Map"))
                {
                    Dashboard dashboard = e.Dashboard;
    
                    ChoroplethMapDashboardItem mapDashboardItem = (ChoroplethMapDashboardItem)dashboard.Items["choroplethMapDashboardItem1"];
    
                    string shpPath = Server.MapPath("App_Data/DashBoard/" + regiongEn + "/Map/全境_区县界面_region.shp");
    
                   Console.WriteLine(mapDashboardItem.CustomShapefile.Url);
    
                   mapDashboardItem.CustomShapefile.Url = shpPath;
    
                   Console.WriteLine(mapDashboardItem.CustomShapefile.Url);
                }
    
            }
  • 相关阅读:
    机器人
    昨天拿钥匙了
    Linux挂NTFS格式USB硬盘
    漫游在首都
    RHEL+WAS6部署风波
    移动电话国内漫游通话费上限评估用户意见网上调查
    WebSphere fixes
    我太强悍了
    NO SUBJECT
    pku3617 Best Cow Line
  • 原文地址:https://www.cnblogs.com/googlegis/p/5854695.html
Copyright © 2011-2022 走看看