_MSProject.RequestProgressInformation Method

Definition

public void RequestProgressInformation (bool ShowDialog = false, Microsoft.Office.Interop.MSProject.PjPublishScope ItemsScope = Microsoft.Office.Interop.MSProject.PjPublishScope.pjPublishScopeAll, bool NotifyTaskLead = false, object NotificationText, object ReportingPeriodFrom, object ReportingPeriodTo);
abstract member RequestProgressInformation : bool * Microsoft.Office.Interop.MSProject.PjPublishScope * bool * obj * obj * obj -> unit
Public Sub RequestProgressInformation (Optional ShowDialog As Boolean = false, Optional ItemsScope As PjPublishScope = Microsoft.Office.Interop.MSProject.PjPublishScope.pjPublishScopeAll, Optional NotifyTaskLead As Boolean = false, Optional NotificationText As Object, Optional ReportingPeriodFrom As Object, Optional ReportingPeriodTo As Object)

Parameters

ShowDialog
Boolean
ItemsScope
PjPublishScope
NotifyTaskLead
Boolean
NotificationText
Object
ReportingPeriodFrom
Object
ReportingPeriodTo
Object

Applies to