Partager via


Interface IReportContext

Defines the properties of the report context.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Interface IReportContext
'Utilisation
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

Le type IReportContext expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IsLinkedReport Gets the value that specifies whether the report is a linked report.
Propriété publique IsSubreport Gets the value that specifies whether the report is a subreport.
Propriété publique LinkedReportTargetName Gets the value that specifies the name of the link target.
Propriété publique LinkedReportTargetPath Gets the value that specifies the path of the link target.
Propriété publique ParentReportName Gets the value that specifies the name of the parent report.
Propriété publique ParentReportPath Gets a value that specifies the path of the parent report.
Propriété publique QueryParameters Gets a value that specifies the query parameters of the report.
Propriété publique ReportName Gets a value that specifies the name of the report.
Propriété publique ReportPath Gets a value that specifies the path of the report.

Haut de la page

Notes

Reporting Services passes the IReportContext object to the ProcessReportDefinition method.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.Interfaces