다음을 통해 공유


IsSubreport 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
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.