Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the data scopes for default implementation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Function GetDataScopesForDefaultImpl ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = Me.GetDataScopesForDefaultImpl(obj)
protected IEnumerable<IDataScope> GetDataScopesForDefaultImpl(
IContainedObject obj
)
protected:
IEnumerable<IDataScope^>^ GetDataScopesForDefaultImpl(
IContainedObject^ obj
)
member GetDataScopesForDefaultImpl :
obj:IContainedObject -> IEnumerable<IDataScope>
protected function GetDataScopesForDefaultImpl(
obj : IContainedObject
) : IEnumerable<IDataScope>
Parameters
- obj
Type: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The contained object.
Return Value
Type: System.Collections.Generic.IEnumerable<IDataScope>
The data scopes for default implementation.