Enumerazione UrlParameterType
An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration UrlParameterType
'Utilizzo
Dim instance As UrlParameterType
public enum UrlParameterType
public enum class UrlParameterType
type UrlParameterType
public enum UrlParameterType
Membri
Nome membro | Descrizione | |
---|---|---|
ServerParameter | A parameter used by the report server. | |
ReportParameter | A parameter used by the report. | |
RenderingParameter | A parameter used by the rendering extension. |