Compartir a través de


ReportInstance.AutoRefresh Propiedad

Gets the calculated value of the AutoRefresh property in a Report class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property AutoRefresh As Integer 
    Get
'Uso
Dim instance As ReportInstance 
Dim value As Integer 

value = instance.AutoRefresh
public int AutoRefresh { get; }
public:
property int AutoRefresh {
    int get ();
}
member AutoRefresh : int
function get AutoRefresh () : int

Valor de la propiedad

Tipo: System.Int32
An int value that represents the calculated value of the AutoRefresh property.

Vea también

Referencia

ReportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering