หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the data scopes for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
Dim instance As Report
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetDataScopesFor(obj)
public IEnumerable<IDataScope> GetDataScopesFor(
IContainedObject obj
)
public:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
) sealed
abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
override GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
public final function GetDataScopesFor(
obj : IContainedObject
) : IEnumerable<IDataScope>
Parameters
Return Value
Type: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.
Implements
IDataScopeService.GetDataScopesFor(IContainedObject)