IReportContext.IsSubreport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that specifies whether the report is a subreport.
public:
property bool IsSubreport { bool get(); };
public bool IsSubreport { get; }
member this.IsSubreport : bool
Public ReadOnly Property IsSubreport As Boolean
Property Value
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
.