UrlParameterType 열거형
An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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. |