Właściwość IReportContext.IsSubreport
Pobiera wartość, która określa, czy raport jest podraport.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Składnia
'Deklaracja
ReadOnly Property IsSubreport As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
Wartość określająca, czy raport jest podraport.
Uwagi
Właściwość ta zwraca true Jeśli raport jest podraport; w przeciwnym razie zwraca wartość właściwość false.
Zobacz także