Compartir a través de


Interfaz IDataScope

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a data scope.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

El tipo IDataScope expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Group Gets the group of the data.
Propiedad pública Name Gets the name of the data.
Propiedad pública Parent The parent object. (Se hereda de IContainedObject.)

Arriba

Métodos

  Nombre Descripción
Método público GetContainingDataScopes Returns the containing data scopes of the object.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel