ListScheduledReports メソッド
共有スケジュールに関連付けられたレポートの一覧を返します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListScheduledReports", RequestNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListScheduledReports ( _
ScheduleID As String _
) As CatalogItem()
'使用
Dim instance As ReportingService2005
Dim ScheduleID As String
Dim returnValue As CatalogItem()
returnValue = instance.ListScheduledReports(ScheduleID)
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListScheduledReports", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CatalogItem[] ListScheduledReports(
string ScheduleID
)
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListScheduledReports", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
public:
array<CatalogItem^>^ ListScheduledReports(
String^ ScheduleID
)
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListScheduledReports", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
member ListScheduledReports :
ScheduleID:string -> CatalogItem[]
public function ListScheduledReports(
ScheduleID : String
) : CatalogItem[]
パラメーター
- ScheduleID
型: System. . :: . .String
共有スケジュールの ID です。
戻り値
型: array<ReportService2005. . :: . .CatalogItem> [] () [] []
指定した共有スケジュールに関連付けられたレポートを表す CatalogItem オブジェクトの配列です。
説明
ListScheduledReports メソッドは、ユーザーがプロパティの読み取り権限を持っているアイテムに関する情報だけを返します。そのため、返されるレポート アイテムは、指定した共有スケジュールに関連付けられたすべてのレポートを表しているとは限りません。