Share via


Interfaz IReportContext

Defines the properties of the report context.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public Interface IReportContext
'Uso
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

El tipo IReportContext expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsLinkedReport Gets the value that specifies whether the report is a linked report.
Propiedad pública IsSubreport Gets the value that specifies whether the report is a subreport.
Propiedad pública LinkedReportTargetName Gets the value that specifies the name of the link target.
Propiedad pública LinkedReportTargetPath Gets the value that specifies the path of the link target.
Propiedad pública ParentReportName Gets the value that specifies the name of the parent report.
Propiedad pública ParentReportPath Gets a value that specifies the path of the parent report.
Propiedad pública QueryParameters Gets a value that specifies the query parameters of the report.
Propiedad pública ReportName Gets a value that specifies the name of the report.
Propiedad pública ReportPath Gets a value that specifies the path of the report.

Arriba

Comentarios

Reporting Services passes the IReportContext object to the ProcessReportDefinition()()()() method.