DashboardDesignerPreparingPrint Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the control is currently processing the prepare print operation.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool PreparingPrint { get; }
Public ReadOnly Property PreparingPrint As Boolean
Get
public:
virtual property bool PreparingPrint {
bool get () sealed;
}
function get_PreparingPrint();
Property Value
Type:
BooleanTrue if the control is currently processing the prepare print operation.
Return Value
Type:
BooleanTrue if the control is currently processing the prepare print operation.
Remarks See Also