Partilhar via


Propriedade do RDL ExceptionMessageBox.NoButtonText

Gets the default text for the No button

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property NoButtonText As String 
    Get
'Uso
Dim value As String 

value = ExceptionMessageBox.NoButtonText
public static string NoButtonText { get; }
public:
static property String^ NoButtonText {
    String^ get ();
}
static member NoButtonText : string
static function get NoButtonText () : String

Valor da propriedade

Tipo: System.String
A String value.

Comentários

The NoButtonText property specifies customized button text while it maintains the functionality of the No button.

Consulte também

Referência

ExceptionMessageBox Classe

Namespace Microsoft.SqlServer.MessageBox