IParameter 接口

Defines the parameter properties.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Public Interface IParameter
用法
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

IParameter 类型公开以下成员。

属性

  名称 说明
公共属性 IsMultiValue Gets the value that specifies whether the parameter is a multivalue parameter.
公共属性 Name Gets the value that specifies the name of the parameter.
公共属性 Values Gets the value that specifies an array of parameter values.

页首