ItemNamespaceEnum 枚举
Describes the namespace identifier used to retrieve property information for an item in a report server database.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ItemNamespaceEnum
用法
Dim instance As ItemNamespaceEnum
[SerializableAttribute]
public enum ItemNamespaceEnum
[SerializableAttribute]
public enum class ItemNamespaceEnum
[<SerializableAttribute>]
type ItemNamespaceEnum
public enum ItemNamespaceEnum
成员
成员名称 | 说明 | |
---|---|---|
PathBased | The Path of the item in the report server database is used to retrieve an item's properties with the GetProperties method. | |
GUIDBased | The ID of the item in the report server database is used to retrieve an item's properties with the GetProperties method. |