ReportingService2006.SetReportParameters Método
Sets report parameter properties for a specified report.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Sub SetReportParameters ( _
Report As String, _
Parameters As ReportParameter() _
)
'Uso
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[]
)
Parámetros
- Report
Tipo: System.String
The fully qualified URL of the report including the file name and .rdl file name extension.
- Parameters
Tipo: array<ReportService2006.ReportParameter[]
An array of ReportParameter objects that contains a list of the report parameters properties.
Comentarios
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
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.