Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets report parameter properties for a specified report.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Sub SetReportParameters ( _
Report As String, _
Parameters As ReportParameter() _
)
'Usage
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[]
)
Parameters
- Report
Type: System.String
The full path name of the report.
- Parameters
Type: array<ReportService2005.ReportParameter[]
An array of ReportParameter objects that contains a list of the report parameters properties.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (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.