AspxDashBorad_OnDashboardLoaded 获取对应的DashboardParameter
Posted 豆棚瓜架
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 } }
以上是关于AspxDashBorad_OnDashboardLoaded 获取对应的DashboardParameter的主要内容,如果未能解决你的问题,请参考以下文章