AutoRefresh propriété
Indicates, in seconds, how often to refresh the report.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AutoRefresh As Integer
Get
'Utilisation
Dim instance As Report
Dim value As Integer
value = instance.AutoRefresh
public int AutoRefresh { get; }
public:
property int AutoRefresh {
int get ();
}
member AutoRefresh : int
function get AutoRefresh () : int
Valeur de la propriété
Type : System. . :: . .Int32
An integer that indicates the number of seconds to wait before the report refreshes.
Voir aussi