IReportContext.IsSubreport Property

Definition

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.

Applies to