Partager via


Propriété Setting.Error

An error that describes a problem with the value of the setting.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Property Error As String 
    Get 
    Set
'Utilisation
Dim instance As Setting 
Dim value As String 

value = instance.Error

instance.Error = value
public string Error { get; set; }
public:
property String^ Error {
    String^ get ();
    void set (String^ value);
}
member Error : string with get, set
function get Error () : String 
function set Error (value : String)

Valeur de propriété

Type : System.String
An error message that describes a problem with the value of the setting.

Voir aussi

Référence

Setting Classe

Espace de noms Microsoft.ReportingServices.Interfaces