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
布林值。預設值為 true。