Propriedade Error
An error that describes a problem with the value of the setting.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
An error message that describes a problem with the value of the setting.
Consulte também