AspxDashBorad_OnDashboardLoaded 获取对应的DashboardParameter

 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
            }
            
        }
原文地址:https://www.cnblogs.com/googlegis/p/5854512.html