Share via


ActionDrillthrough.CreateParameter Method

Creates a parameter of the specified name.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function CreateParameter ( _
    name As String _
) As Parameter
'Usage
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

Parameters

Return Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.Parameter
A Parameter object.

See Also

Reference

ActionDrillthrough Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace