IReportContext.IsSubreport Property
Gets the value that specifies whether the report is a subreport.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.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
Property Value
Type: System.Boolean
A value that specifies whether the report is a subreport.
Remarks
This property returns true if the report is a subreport; otherwise, the property returns false.