Lingua

IReportContext Interfaccia

Definizione

Definisce le proprietà del contesto del report.

public interface class IReportContext
public interface IReportContext
type IReportContext = interface
Public Interface IReportContext

Commenti

Reporting Services passa l'oggetto IReportContext al ProcessReportDefinition metodo.

Proprietà

Nome Descrizione
IsLinkedReport

Ottiene il valore che specifica se il report è un report collegato.

IsSubreport

Ottiene il valore che specifica se il report è un sottoreport.

LinkedReportTargetName

Ottiene il valore che specifica il nome del link target.

LinkedReportTargetPath

Ottiene il valore che specifica il percorso del link target.

ParentReportName

Ottiene il valore che specifica il nome del report genitore.

ParentReportPath

Ottiene un valore che specifica il percorso del report genitore.

QueryParameters

Ottiene un valore che specifica i parametri di query del report.

ReportName

Ottiene un valore che specifica il nome del report.

ReportPath

Ottiene un valore che specifica il percorso del report.

Si applica a