Proprietà Status
The status of the notification. Displayed in the subscription user interface.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Public MustOverride WriteOnly Property Status As String
Set
'Utilizzo
Dim instance As Notification
Dim value As String
instance.Status = value
public abstract string Status { set; }
public:
virtual property String^ Status {
void set (String^ value) abstract;
}
abstract Status : string with get, set
abstract function set Status (value : String)
Valore proprietà
Tipo: System. . :: . .String
The status of the notification.
Osservazioni
The status is set by the extension. You should update the status of the notification in your delivery extension code when a delivery is successful or when errors occur.
Consider localizing the value of the Status property to the current locale. Status is displayed in Report Manager on the Subscriptions page.
Vedere anche