Proprietà AutoRefresh
Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property AutoRefresh As Integer
Get
Set
'Utilizzo
Dim instance As Report
Dim value As Integer
value = instance.AutoRefresh
instance.AutoRefresh = value
public int AutoRefresh { get; set; }
public:
property int AutoRefresh {
int get ();
void set (int value);
}
member AutoRefresh : int with get, set
function get AutoRefresh () : int
function set AutoRefresh (value : int)
Valore proprietà
Tipo: System. . :: . .Int32
An int value.
Vedere anche