Condividi tramite


Interfaccia IReportContext

Defines the properties of the report context.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
Public Interface IReportContext
'Utilizzo
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

Nel tipo IReportContext sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica IsLinkedReport Gets the value that specifies whether the report is a linked report.
Proprietà pubblica IsSubreport Gets the value that specifies whether the report is a subreport.
Proprietà pubblica LinkedReportTargetName Gets the value that specifies the name of the link target.
Proprietà pubblica LinkedReportTargetPath Gets the value that specifies the path of the link target.
Proprietà pubblica ParentReportName Gets the value that specifies the name of the parent report.
Proprietà pubblica ParentReportPath Gets a value that specifies the path of the parent report.
Proprietà pubblica QueryParameters Gets a value that specifies the query parameters of the report.
Proprietà pubblica ReportName Gets a value that specifies the name of the report.
Proprietà pubblica ReportPath Gets a value that specifies the path of the report.

In alto

Osservazioni

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