Setting.Error Property
An error that describes a problem with the value of the setting.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Property Error As String
Get
Set
'Usage
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)
Property Value
Type: System.String
An error message that describes a problem with the value of the setting.