IReportViewerMessages.NullCheckBoxToolTip Propiedad

Proporciona el texto de información sobre herramientas para la casilla Nulo.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: System.String
Un valor string.

Vea también

Referencia

IReportViewerMessages Interfaz

Espacio de nombres Microsoft.Reporting.WinForms