QueryParameterProcessor.Process 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:
static void Process(Microsoft::ReportingServices::RdlObjectModel::Report ^ report, Microsoft::ReportingServices::RdlObjectModel::DataSource ^ reportDataSource, Microsoft::ReportingServices::RdlObjectModel::DataSet ^ dataSet, Microsoft::ReportDesigner::IReportProject ^ project);
public static void Process (Microsoft.ReportingServices.RdlObjectModel.Report report, Microsoft.ReportingServices.RdlObjectModel.DataSource reportDataSource, Microsoft.ReportingServices.RdlObjectModel.DataSet dataSet, Microsoft.ReportDesigner.IReportProject project);
static member Process : Microsoft.ReportingServices.RdlObjectModel.Report * Microsoft.ReportingServices.RdlObjectModel.DataSource * Microsoft.ReportingServices.RdlObjectModel.DataSet * Microsoft.ReportDesigner.IReportProject -> unit
Public Shared Sub Process (report As Report, reportDataSource As DataSource, dataSet As DataSet, project As IReportProject)
Parameters
- report
- Report
- reportDataSource
- DataSource
- dataSet
- DataSet
- project
- IReportProject