ParameterValue.Label Özelliği
Alır veya etiket veya diğer ad parametresi için ayarlar.
Ad Alanı: ReportExecution2005
Derleme: ReportExecution2005 (ReportExecution2005 içinde.dll)
Sözdizimi
'Bildirim
Public Property Label As String
Get
Set
'Kullanım
Dim instance As ParameterValue
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)
Özellik Değeri
Tür: System.String
A dize parametre etiketi taşıyan.