Compartir a través de


IsSubreport Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

Notas

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