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.