Partager via


ServerReport.GetDataSources Méthode

Définition

Surcharges

GetDataSources()
GetDataSources(Boolean)

GetDataSources()

public:
 Microsoft::Reporting::WebForms::ReportDataSourceInfoCollection ^ GetDataSources();
public Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection GetDataSources ();
member this.GetDataSources : unit -> Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
Public Function GetDataSources () As ReportDataSourceInfoCollection

Retours

S’applique à

GetDataSources(Boolean)

public:
 Microsoft::Reporting::WebForms::ReportDataSourceInfoCollection ^ GetDataSources([Runtime::InteropServices::Out] bool % allCredentialsSet);
public Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection GetDataSources (out bool allCredentialsSet);
member this.GetDataSources : bool -> Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
Public Function GetDataSources (ByRef allCredentialsSet As Boolean) As ReportDataSourceInfoCollection

Paramètres

allCredentialsSet
Boolean

Retours

S’applique à