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


Метод ReportingService2005.SetReportParameters

Sets report parameter properties for a specified report.

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

Синтаксис

'Декларация
Public Sub SetReportParameters ( _
    Report As String, _
    Parameters As ReportParameter() _
)
'Применение
Dim instance As ReportingService2005 
Dim Report As String 
Dim Parameters As ReportParameter()

instance.SetReportParameters(Report, _
    Parameters)
public void SetReportParameters(
    string Report,
    ReportParameter[] Parameters
)
public:
void SetReportParameters(
    String^ Report, 
    array<ReportParameter^>^ Parameters
)
member SetReportParameters : 
        Report:string * 
        Parameters:ReportParameter[] -> unit
public function SetReportParameters(
    Report : String, 
    Parameters : ReportParameter[]
)

Параметры

Замечания

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

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateParameters

Three properties in ReportParameter can be set by using Prompt, PromptUser, and DefaultValues.

The parameters specified for the SetReportParameters method must be defined in the original report definition.

См. также

Справочник

ReportingService2005 Класс

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