Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether this paragraph instance is compiled from HTML tags.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsCompiled As Boolean
Get
'Usage
Dim instance As CompiledParagraphInstance
Dim value As Boolean
value = instance.IsCompiled
public override bool IsCompiled { get; }
public:
virtual property bool IsCompiled {
bool get () override;
}
abstract IsCompiled : bool
override IsCompiled : bool
override function get IsCompiled () : boolean
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
CompiledParagraphInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace