Partilhar via


Propriedade do RDL IsSubreport

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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