Condividi tramite


Proprietà IsSubreport

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsSubreport As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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