Właściwość ParagraphInstance.IsCompiled
Pobiera wartość logiczna wartość wskazująca, czy to ParagraphInstance jest CompiledParagraphInstance.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property IsCompiled As Boolean
Get
'Użycie
Dim instance As ParagraphInstance
Dim value As Boolean
value = instance.IsCompiled
public abstract bool IsCompiled { get; }
public:
virtual property bool IsCompiled {
bool get () abstract;
}
abstract IsCompiled : bool
abstract function get IsCompiled () : boolean
Wartość właściwości
Typ: System.Boolean
true if this ParagraphInstance is a CompiledParagraphInstance; w przeciwnym razie false.
Zobacz także