Właściwość Warning.Code
Pobiera lub ustawia kod błędu, który jest przypisany przez serwer raportów ostrzeżenie.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Code As String
Get
Set
'Użycie
Dim instance As Warning
Dim value As String
value = instance.Code
instance.Code = value
public string Code { get; set; }
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
member Code : string with get, set
function get Code () : String
function set Code (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartość zawierający kod błędu, który jest przypisany przez serwer raportów ostrzeżenie.