DaysInterval Propiedad
The intervals at which a scheduled report runs. Intervals are specified in days.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Property DaysInterval As Integer
Get
Set
'Uso
Dim instance As DailyRecurrence
Dim value As Integer
value = instance.DaysInterval
instance.DaysInterval = value
public int DaysInterval { get; set; }
public:
property int DaysInterval {
int get ();
void set (int value);
}
member DaysInterval : int with get, set
function get DaysInterval () : int
function set DaysInterval (value : int)
Valor de la propiedad
Tipo: System. . :: . .Int32
An Integer that contains the intervals at which a scheduled report runs. Intervals are specified in days.
Vea también