Właściwość ExecutionInfo.HasSnapshot
Wskazuje, czy dane zostały pobrane i przetwarzane dla raportu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property HasSnapshot As Boolean
Get
Set
'Użycie
Dim instance As ExecutionInfo
Dim value As Boolean
value = instance.HasSnapshot
instance.HasSnapshot = value
public bool HasSnapshot { get; set; }
public:
property bool HasSnapshot {
bool get ();
void set (bool value);
}
member HasSnapshot : bool with get, set
function get HasSnapshot () : boolean
function set HasSnapshot (value : boolean)
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Uwagi
Gdy ta właściwość jest true, następne wywołanie Render Metoda nie spowoduje przetwarzania migawka.Raport zostanie albo świadczonych natychmiast, lub ponownie przetwarzany i następnie renderowane.