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

string ExportDialogTitle { get; }
property String^ ExportDialogTitle {
    String^ get();
}
abstract ExportDialogTitle : string with get
ReadOnly Property ExportDialogTitle As String

Property Value

Type: System.String

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

See Also

IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace

Return to top