Compartir a través de


Enumeración UrlParameterType

An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Enumeration UrlParameterType
'Uso
Dim instance As UrlParameterType
public enum UrlParameterType
public enum class UrlParameterType
type UrlParameterType
public enum UrlParameterType

Miembros

Nombre del miembro Descripción
RenderingParameter A parameter used by the rendering extension.
ReportParameter A parameter used by the report.
ServerParameter A parameter used by the report server.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering