ReportingService2006.SetItemDataSources(String, DataSource[]) Method

Definition

Sets the data sources for an item in a SharePoint library.

public:
 void SetItemDataSources(System::String ^ Item, cli::array <ReportService2006::DataSource ^> ^ DataSources);
public void SetItemDataSources (string Item, ReportService2006.DataSource[] DataSources);
member this.SetItemDataSources : string * ReportService2006.DataSource[] -> unit
Public Sub SetItemDataSources (Item As String, DataSources As DataSource())

Parameters

Item
String

The fully qualified URL of the item including the file name and extension.

DataSources
DataSource[]

An array of DataSource objects.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.EditListItems> on Item AND <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> on each data source or model in DataSources

When the Item type is a model, the specified value must be a single DataSourceReference that cannot reference a model or have the data source credentials set to Prompt.

If multiple data sources exist on an item, only those data sources that are being changed may be submitted.

When associating an .rsds or .odc file with a report, the DataSourceReference must contain the fully qualified URL with the file name and .rsds or .odc file name extension. For a DataSourceReference for a file name extension other than .rsds or .odc, the error rsWrongItemType is returned.

Applies to