Application.PISummariesDataDialog

This property accesses the PI Summary Data dialog via automation.

Syntax Parameters Return Value
ReadOnly Property Application.PISummariesDataDialog( _
    ByRef Servers As Variant, _
    ByRef Users As Variant, _
    ByRef Pwds As Variant, _
    ByRef Tags As Variant, _
    ByRef StartDate As Variant, _
    ByRef StopDate As Variant, _
    ByRef SampItvlFlag As Boolean, _
    ByRef SampItvl As String, _
    ByRef Obs As Long, _
    ByRef SummaryType As Long, _
    ByRef CalculationBasis As Long, _
    ByRef GoodOnly As Boolean) As Boolean
  • Servers [in,out]

Type: Variant

  • Users [in,out]

Type: Variant

  • Pwds [in,out]

Type: Variant

  • Tags [in,out]

Type: Variant

  • StartDate [in,out]

Type: Variant

  • StopDate [in,out]

Type: Variant

  • SampItvlFlag [in,out]

Type: Boolean

  • SampItvl [in,out]

Type: String

  • Obs [in,out]

Type: Long

  • SummaryType [in,out]

Type: Long

  • CalculationBasis [in,out]

Type: Long

  • GoodOnly [in,out]

Type: Boolean

Boolean