Freigeben über


IReportContext-Schnittstelle

Defines the properties of the report context.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Interface IReportContext
'Usage
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

Der IReportContext-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsLinkedReport Gets the value that specifies whether the report is a linked report.
Öffentliche Eigenschaft IsSubreport Gets the value that specifies whether the report is a subreport.
Öffentliche Eigenschaft LinkedReportTargetName Gets the value that specifies the name of the link target.
Öffentliche Eigenschaft LinkedReportTargetPath Gets the value that specifies the path of the link target.
Öffentliche Eigenschaft ParentReportName Gets the value that specifies the name of the parent report.
Öffentliche Eigenschaft ParentReportPath Gets a value that specifies the path of the parent report.
Öffentliche Eigenschaft QueryParameters Gets a value that specifies the query parameters of the report.
Öffentliche Eigenschaft ReportName Gets a value that specifies the name of the report.
Öffentliche Eigenschaft ReportPath Gets a value that specifies the path of the report.

Zum Anfang

Hinweise

Reporting Services passes the IReportContext object to the ProcessReportDefinition method.

Siehe auch

Verweis

Microsoft.ReportingServices.Interfaces-Namespace