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。