ReportingService2005.SetResourceContents Method
SQL Server 2012
Sets the contents of a resource.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
public void SetResourceContents( string Resource, byte[] Contents, string MimeType )
Parameters
- Resource
- Type: System.String
The full path name of the resource.
- Contents
- Type: System.Byte[]
The contents of a resource in the form of a byte array.
- MimeType
- Type: System.String
Optional. The MIME type of the resource.
The table below shows header and permissions information on this operation.
SOAP Headers | (In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
A SOAP exception is thrown with the error code rsMissingParameter if the value of the Contents parameter is set to null (Nothing in Visual Basic).
The report server does not validate the value of the MimeType parameter.
