CreateParameter méthode
Creates a parameter of the specified name.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function CreateParameter ( _
name As String _
) As Parameter
'Utilisation
Dim instance As ActionDrillthrough
Dim name As String
Dim returnValue As Parameter
returnValue = instance.CreateParameter(name)
public Parameter CreateParameter(
string name
)
public:
Parameter^ CreateParameter(
String^ name
)
member CreateParameter :
name:string -> Parameter
public function CreateParameter(
name : String
) : Parameter
Paramètres
- name
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Parameter
A Parameter object.