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. |