UrlParameterType 枚举
An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration UrlParameterType
用法
Dim instance As UrlParameterType
public enum UrlParameterType
public enum class UrlParameterType
type UrlParameterType
public enum UrlParameterType
成员
成员名称 | 说明 | |
---|---|---|
ServerParameter | A parameter used by the report server. | |
ReportParameter | A parameter used by the report. | |
RenderingParameter | A parameter used by the rendering extension. |