Freigeben über


IsSubreport-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property IsSubreport As Boolean
    Get
'Usage
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

Eigenschaftenwert

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

Hinweise

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