Expand Minimize
This topic has not yet been rated - Rate this topic

ReportingService2005.SetResourceContents Method

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

UpdateContent

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.