Propriedade do RDL ParameterName
Gets or sets the name of a field reference that represents a parameter.
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Property ParameterName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A String value that contains the name of a field reference that represents a parameter.