Partager via


UrlParameterType Enumeration

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

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public Enumeration UrlParameterType
public enum UrlParameterType
public enum class UrlParameterType
public enum UrlParameterType
public enum UrlParameterType

Members

Member name Description
RenderingParameter A parameter used by the rendering extension.
ReportParameter A parameter used by the report.
ServerParameter A parameter used by the report server.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.ReportingServices.ReportRendering Namespace