Перечисление 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.