ServerReport.GetDataSources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Returns
Applies to
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
Parameters
- allCredentialsSet
- Boolean