다음을 통해 공유


Status 속성

The status of the notification. Displayed in the subscription user interface.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
Public MustOverride WriteOnly Property Status As String
    Set
‘사용 방법
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)

속성 값

형식: System. . :: . .String
The status of the notification.

주의

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.