Свойство 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.