全局對像集合
Microsoft Reporting Services 提供 5 個全局對像集合,可以在表達式中使用:
- 全局
- 用戶
- 字段
- 報表項目
- 參數。
您可以使用標準 Visual Basic 集合句法訪問這些集合。例如:
Collection!ObjectName =User!Language
示例:
Collection.Item("「」") =User.Item("Language")
示例:
Collection("ObjectName") =User("Language")
示例:
Collection!Fieldname.Value =Fields!AccountCode.Value
您也可以使用屬性句法訪問〔全局〕和〔用戶〕集合中的項目,例如:
Collection.ObjectName =Globals.PageNumber