IReportViewerMessages.SelectFormat Property
Provides the text for the select format prompt.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property SelectFormat As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.SelectFormat
string SelectFormat { get; }
property String^ SelectFormat {
String^ get ();
}
/** @property */
String get_SelectFormat ()
function get SelectFormat () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace