Compartilhar via


Interface IReportContext

Defines the properties of the report context.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
Public Interface IReportContext
'Uso
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

O tipo IReportContext expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsLinkedReport Gets the value that specifies whether the report is a linked report.
Propriedade pública IsSubreport Gets the value that specifies whether the report is a subreport.
Propriedade pública LinkedReportTargetName Gets the value that specifies the name of the link target.
Propriedade pública LinkedReportTargetPath Gets the value that specifies the path of the link target.
Propriedade pública ParentReportName Gets the value that specifies the name of the parent report.
Propriedade pública ParentReportPath Gets a value that specifies the path of the parent report.
Propriedade pública QueryParameters Gets a value that specifies the query parameters of the report.
Propriedade pública ReportName Gets a value that specifies the name of the report.
Propriedade pública ReportPath Gets a value that specifies the path of the report.

Início

Comentários

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