zl程序教程

您现在的位置是:首页 >  其它

当前栏目

AspxDashBorad_OnDashboardLoaded 获取对应的DashboardParameter

获取 对应
2023-09-11 14:21:35 时间
 protected void ASPxDashboardViewerThrend_OnDashboardLoaded(object sender, DashboardLoadedWebEventArgs e)
        {
            var id = e.DashboardId;

            if (id.Contains("163"))
            {
                Dashboard dashboard = e.Dashboard;

               
                //DashboardParameter dashboardParameter = dashboard.Parameters["P_REGION"];

                //StaticListLookUpSettings parameterLookUpSettings = new StaticListLookUpSettings();
                //parameterLookUpSettings.Values.SetValue();
                //Console.WriteLine(dashboardParameter.LookUpSettings);


                //dashboardParameter.LookUpSettings
            }
            
        }