ReportViewerStatus.CanExport 属性

获取一个 Boolean 值,该值指示是否可以在不取消现有报表处理或交互式呈现操作的情况下导出报表。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public ReadOnly Property CanExport As Boolean
    Get
用法
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.CanExport
public bool CanExport { get; }
public:
property bool CanExport {
    bool get ();
}
member CanExport : bool
function get CanExport () : boolean

属性值

类型:System.Boolean
如果可以在不取消现有报表处理或交互式呈现操作的情况下导出报表,则为 true;否则为 false。

请参阅

参考

ReportViewerStatus 类

Microsoft.Reporting.WinForms 命名空间