Proprietà Report.Description

Gets or sets the description of the report.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Description As String 
    Get 
    Set
'Utilizzo
Dim instance As Report 
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)

Valore proprietà

Tipo: System.String
The description of the report.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel