Interface IDataScope
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a data scope.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Interface IDataScope _
Inherits IContainedObject
'Uso
Dim instance As IDataScope
public interface IDataScope : IContainedObject
public interface class IDataScope : IContainedObject
type IDataScope =
interface
interface IContainedObject
end
public interface IDataScope extends IContainedObject
O tipo IDataScope expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Group | Gets the group of the data. |
![]() |
Name | Gets the name of the data. |
![]() |
Parent | The parent object. (Herdado de IContainedObject.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
GetContainingDataScopes | Returns the containing data scopes of the object. |
Início