Share via


IReportViewerMessages3.ExportDialogTitle Property

Gets the title of the Exporting dialog box that opens after the user selects an export format.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
ReadOnly Property ExportDialogTitle As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String

value = instance.ExportDialogTitle
string ExportDialogTitle { get; }
property String^ ExportDialogTitle {
    String^ get ();
}
/** @property */
String get_ExportDialogTitle ()
function get ExportDialogTitle () : String

Property Value

A string value that specifies the title of the Exporting dialog box.

See Also

Reference

IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace