Partager via


Propriété IReportContext.IsSubreport

Gets the value that specifies whether the report is a subreport.

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
ReadOnly Property IsSubreport As Boolean 
    Get
'Utilisation
Dim instance As IReportContext 
Dim value As Boolean 

value = instance.IsSubreport
bool IsSubreport { get; }
property bool IsSubreport {
    bool get ();
}
abstract IsSubreport : bool
function get IsSubreport () : boolean

Valeur de propriété

Type : System.Boolean
A value that specifies whether the report is a subreport.

Notes

This property returns true if the report is a subreport; otherwise, the property returns false.

Voir aussi

Référence

IReportContext Interface

Espace de noms Microsoft.ReportingServices.Interfaces