Partager via


Propriété Report.AutoRefresh

Indicates, in seconds, how often to refresh the report.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en 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 propriété

Type : System.Int32
An integer which indicates the number of seconds to wait before the report refreshes.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering