ReportingService2005.EnableDataSource(String) Method

Definition

Enables a data source that is disabled.

public:
 void EnableDataSource(System::String ^ DataSource);
public void EnableDataSource (string DataSource);
member this.EnableDataSource : string -> unit
Public Sub EnableDataSource (DataSource As String)

Parameters

DataSource
String

The fully qualified URL of the data source.

Remarks

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

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateContent

The length of the DataSource parameter cannot exceed 260 characters; otherwise, a SOAP exception is thrown with the error code rsItemLengthExceeded.

The DataSource parameter cannot be null or empty or contain the following reserved characters: : ? ; @ & = + $ , \ * > < | . ". You can use the forward slash character (/) to separate items in the full path name of the folder, but you cannot use it at the end of the folder name.

Applies to