DaysInterval propriété
The intervals at which a scheduled report runs. Intervals are specified in days.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
Public Property DaysInterval As Integer
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int32
An Integercontaining the interval at which a scheduled report runs. Intervals are specified in days.
Voir aussi