Compartir a través de


IReportContext.IsSubreport Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property IsSubreport As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

IReportContext Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces