Właściwość CatalogItem.Description
Pobiera lub ustawia opis element.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Description As String
Get
Set
'Użycie
Dim instance As CatalogItem
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawierający opis element.
Uwagi
Maksymalna długość opisu wynosi 512 znaków.
Można zmodyfikować Description właściwość element w baza danych serwera raportów za pomocą SetProperties metoda.