ReportingService2006.SetReportParameters 메서드

Sets report parameter properties for a specified report.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Sub SetReportParameters ( _
    Report As String, _
    Parameters As ReportParameter() _
)
‘사용 방법
Dim instance As ReportingService2006 
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[]
)

매개 변수

  • Report
    유형: System.String
    The fully qualified URL of the report including the file name and .rdl file name extension.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

EditListItems

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.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스