次の方法で共有


ReportingService2005.ListScheduledReports メソッド

共有スケジュールに関連付けられたレポートの一覧を返します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Function ListScheduledReports ( _
    ScheduleID As String _
) As CatalogItem()
'使用
Dim instance As ReportingService2005 
Dim ScheduleID As String 
Dim returnValue As CatalogItem()

returnValue = instance.ListScheduledReports(ScheduleID)
public CatalogItem[] ListScheduledReports(
    string ScheduleID
)
public:
array<CatalogItem^>^ ListScheduledReports(
    String^ ScheduleID
)
member ListScheduledReports : 
        ScheduleID:string -> CatalogItem[] 
public function ListScheduledReports(
    ScheduleID : String
) : CatalogItem[]

パラメーター

  • ScheduleID
    型: System.String
    共有スケジュールの ID です。

戻り値

型: array<ReportService2005.CatalogItem[]
指定した共有スケジュールに関連付けられたレポートを表す CatalogItem オブジェクトの配列です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(Out) ServerInfoHeaderValue

必要な権限

ReadSchedules (システム)

ListScheduledReports メソッドは、ユーザーが ReadProperties 権限を持っているアイテムに関する情報だけを返します。 そのため、返されるレポート アイテムは、指定した共有スケジュールに関連付けられたすべてのレポートを表しているとは限りません。

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間