Compartir a través de


Setting.Error Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Property Error As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Setting Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces