Поделиться через


Метод ReportingService2006.SetResourceContents

Sets the contents of a resource.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Sub SetResourceContents ( _
    Resource As String, _
    Contents As Byte(), _
    MimeType As String _
)
'Применение
Dim instance As ReportingService2006 
Dim Resource As String 
Dim Contents As Byte()
Dim MimeType As String

instance.SetResourceContents(Resource, _
    Contents, MimeType)
public void SetResourceContents(
    string Resource,
    byte[] Contents,
    string MimeType
)
public:
void SetResourceContents(
    String^ Resource, 
    array<unsigned char>^ Contents, 
    String^ MimeType
)
member SetResourceContents : 
        Resource:string * 
        Contents:byte[] * 
        MimeType:string -> unit
public function SetResourceContents(
    Resource : String, 
    Contents : byte[], 
    MimeType : String
)

Параметры

  • Resource
    Тип: System.String
    The fully qualified URL of the resource including the file name and extension.
  • Contents
    Тип: array<System.Byte[]
    The contents of a resource in the form of a byte array.
  • MimeType
    Тип: System.String
    Optional. The MIME type of the resource.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

EditListItems

A SOAP exception is thrown with the error code rsMissingParameter if the value of the Contents parameter is set to nullпустая ссылка (Nothing в Visual Basic) (Nothing in Visual Basic).

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006