Свойство ReportViewer.ShowProgress
Указывает, отображается ли индикатор хода выполнения во время обработки отчета.
Пространство имен: Microsoft.Reporting.WinForms
Сборка: Microsoft.ReportViewer.WinForms (в Microsoft.ReportViewer.WinForms.dll)
Синтаксис
'Декларация
Public Property ShowProgress As Boolean
Get
Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowProgress
instance.ShowProgress = value
public bool ShowProgress { get; set; }
public:
property bool ShowProgress {
bool get ();
void set (bool value);
}
member ShowProgress : bool with get, set
function get ShowProgress () : boolean
function set ShowProgress (value : boolean)
Значение свойства
Тип: System.Boolean
Значение типа Boolean. Значение по умолчанию — true.