IReportViewerMessages.TextNotFound Propiedad

Proporciona el texto del mensaje 'no se encontró el texto'.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
ReadOnly Property TextNotFound As String
    Get
'Uso
Dim instance As IReportViewerMessages
Dim value As String

value = instance.TextNotFound
string TextNotFound { get; }
property String^ TextNotFound {
    String^ get ();
}
abstract TextNotFound : string
function get TextNotFound () : String

Valor de la propiedad

Tipo: System.String
Un valor de cadena.

Vea también

Referencia

IReportViewerMessages Interfaz

Espacio de nombres Microsoft.Reporting.WebForms