Partilhar via


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
Propriedade pública Group Gets the group of the data.
Propriedade pública Name Gets the name of the data.
Propriedade pública Parent The parent object. (Herdado de IContainedObject.)

Início

Métodos

  Nome Descrição
Método público GetContainingDataScopes Returns the containing data scopes of the object.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel