DocumentLaunch.CanCreateExcelReport Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Public Shared Function CanCreateExcelReport ( _
    teamProjectCollection As TfsTeamProjectCollection _
) As Boolean
public static bool CanCreateExcelReport(
    TfsTeamProjectCollection teamProjectCollection
)
public:
static bool CanCreateExcelReport(
    TfsTeamProjectCollection^ teamProjectCollection
)
static member CanCreateExcelReport : 
        teamProjectCollection:TfsTeamProjectCollection -> bool
public static function CanCreateExcelReport(
    teamProjectCollection : TfsTeamProjectCollection
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DocumentLaunch Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace