如何在spotfire中以编程方式强制标记DataTable的RowSelection,那么当最终用户在webplayer中打开模板时,必须选择并标记指定的行? 我尝试使用下面的代码,但它不强制标记选择:
// If document properties specified, update them if exist
DataManager dataManager = application.GetService<DataManager>();
// Mark database row before we refresh the data tables
RowSelection allRows = dataManager.AllRows.GetSelection(table);
application.Document.ActiveMarkingSelectionReference.SetSelection(allRows, table);
请帮忙吗?
答案 0 :(得分:1)
使用以下步骤可以轻松完成:
现在,当用户打开此dxp时,他们会在您保存它的状态中看到它。