Share via


ReportOperationsCollection 类

定义

表示报表操作的集合。

public ref class ReportOperationsCollection sealed : System::Collections::CollectionBase
public sealed class ReportOperationsCollection : System.Collections.CollectionBase
type ReportOperationsCollection = class
    inherit CollectionBase
Public NotInheritable Class ReportOperationsCollection
Inherits CollectionBase
继承
ReportOperationsCollection

注解

对象ReportOperationsCollection包含枚举值的集合ReportOperation,这些枚举值对应于用户可以在SQL Server Reporting Services中执行的各种文件夹操作或操作。

操作集合和操作枚举支持Reporting Services中的授权。 操作集合是任何访问控制项 (对象) AceStruct 的主要组件之一。 操作集合包含给定主体名称的报表服务器数据库中某个项上允许的操作列表。 如前面的示例中所示,评估项的操作集合是任何Reporting Services授权扩展的关键部分。 Reporting Services中的每个安全项类型都有一个操作集合,包括目录 (常规系统操作) 、文件夹、报表和资源。

构造函数

ReportOperationsCollection()

初始化 ReportOperationsCollection 类的新实例。

属性

Item[Int32]

获取或设置指定索引处的元素。 在 C# 中,此属性是 ReportOperationsCollection 类的索引器。

方法

Add(ReportOperation)

将对象添加到 ReportOperationsCollection 的结尾处。

适用于