我正在编写一份 SSRS 报告。我有显示一些数据的报告的默认视图。我已经为单击“更多信息”创建了一个链接,我必须显示详细表格。任何人都可以给我做同样的步骤。
注意:我已经有一个默认数据,一旦报告出现就会加载。我已经为此起诉了 2 个参数。要在单击更多信息时显示详细表格,我必须采用新参数。你能建议我吗
1.steps on creating the parameter to pass to details tables.
2.Set the value on the "more info" link so that i can use the value to evaluate the table.
3. How do i use this passed parameter in the details table.