共用方式為


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

成員

成員名稱 說明
RenderingParameter A parameter used by the rendering extension.
ReportParameter A parameter used by the report.
ServerParameter A parameter used by the report server.

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間