ReportingService2010.SetItemDataSources メソッド
レポート サーバー データベースまたは SharePoint ライブラリのアイテムのデータ ソースを設定します。 このメソッドは、アイテムの種類 Report および Model に適用されます。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources", RequestNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("TrustedUserHeaderValue")> _
Public Sub SetItemDataSources ( _
ItemPath As String, _
DataSources As DataSource() _
)
'使用
Dim instance As ReportingService2010
Dim ItemPath As String
Dim DataSources As DataSource()
instance.SetItemDataSources(ItemPath, _
DataSources)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("TrustedUserHeaderValue")]
public void SetItemDataSources(
string ItemPath,
DataSource[] DataSources
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapHeaderAttribute(L"TrustedUserHeaderValue")]
public:
void SetItemDataSources(
String^ ItemPath,
array<DataSource^>^ DataSources
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapHeaderAttribute("TrustedUserHeaderValue")>]
member SetItemDataSources :
ItemPath:string *
DataSources:DataSource[] -> unit
public function SetItemDataSources(
ItemPath : String,
DataSources : DataSource[]
)
パラメーター
- ItemPath
型: System.String
ファイル名と拡張子 (SharePoint モードの場合) を含む、アイテムの完全修飾 URL です。
- DataSources
型: array<ReportService2010.DataSource[]
DataSource オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダーの使用方法 |
(Out) ServerInfoHeaderValue |
ネイティブ モードで必要な権限 |
ItemPath のアイテムの種類によって異なります。
DataSources 配列内の各データ ソースまたは各モデル:
|
SharePoint モードで必要な権限 |
ItemPath に対する EditListItems、および DataSources の各データ ソースまたはモデルに対する ViewListItems |
Item の種類がモデルの場合、指定した値は、モデルを参照したり、データ ソースの資格情報を Prompt に設定したりできない単独の DataSourceReference である必要があります。
1 つのアイテム上に複数のデータ ソースが存在する場合は、変更するデータ ソースだけを送信します。
.rsds ファイルまたは .odc ファイルをレポートに関連付ける場合、DataSourceReference には、ファイル名と .rsds または .odc ファイル名拡張子を含む完全修飾 URL を格納する必要があります。 DataSourceReference が .rsds または .odc 以外のファイル名拡張子を含む場合、エラー rsWrongItemType が返されます。