IDataScopeService Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides a service for the IDataScope.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Interface IDataScopeService
'Usage
Dim instance As IDataScopeService
public interface IDataScopeService
public interface class IDataScopeService
type IDataScopeService = interface end
public interface IDataScopeService
The IDataScopeService type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDataScopesFor | Infrastructure. Gets the data scopes for a contained item. |
Top