ReportingService2005.SetReportParameters(String, ReportParameter[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定报表的报表参数属性。
public:
void SetReportParameters(System::String ^ Report, cli::array <ReportService2005::ReportParameter ^> ^ Parameters);
public void SetReportParameters (string Report, ReportService2005.ReportParameter[] Parameters);
member this.SetReportParameters : string * ReportService2005.ReportParameter[] -> unit
Public Sub SetReportParameters (Report As String, Parameters As ReportParameter())
参数
- Report
- String
报表的完整路径名。
- Parameters
- ReportParameter[]
ReportParameter 对象的数组,它包含报表参数属性的列表。
注解
下表显示了有关此操作的标头和权限信息。
SOAP 标头 | (In) BatchHeaderValue (Out) ServerInfoHeaderValue |
所需的权限 | UpdateParameters |
可以使用 、 PromptUser和 DefaultValues设置 Prompt中的ReportParameter三个属性。
必须为 SetReportParameters 方法指定的参数必须在原始报表定义中定义。