ReportingService2005.SetReportParameters(String, ReportParameter[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetReportParameters(System::String ^ Report, cli::array <Microsoft::SqlServer::ReportingServices2005::ReportParameter ^> ^ Parameters);
public void SetReportParameters (string Report, Microsoft.SqlServer.ReportingServices2005.ReportParameter[] Parameters);
member this.SetReportParameters : string * Microsoft.SqlServer.ReportingServices2005.ReportParameter[] -> unit
Public Sub SetReportParameters (Report As String, Parameters As ReportParameter())
Parameters
- Report
- String
- Parameters
- ReportParameter[]