Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of a field reference that represents a parameter for a data-driven subscription.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property ParameterName As String
Get
Set
'Usage
Dim instance As ParameterFieldReference
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)
Property Value
Type: System.String
A String value.