IReportContext.IsSubreport 속성
Gets the value that specifies whether the report is a subreport.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
구문
‘선언
ReadOnly Property IsSubreport As Boolean
Get
‘사용 방법
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
속성 값
유형: System.Boolean
A value that specifies whether the report is a subreport.
주의
This property returns true if the report is a subreport; otherwise, the property returns false.