Właściwość QueryParameter.Caption
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Caption As String
Get
Set
'Użycie
Dim instance As QueryParameter
Dim value As String
value = instance.Caption
instance.Caption = value
public string Caption { get; set; }
public:
property String^ Caption {
String^ get ();
void set (String^ value);
}
member Caption : string with get, set
function get Caption () : String
function set Caption (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także