Days propriété
Gets or sets the days of the month on which a scheduled report runs.
Espace de noms : ReportService2006
Assembly : ReportService2006 (dans ReportService2006.dll)
Syntaxe
'Déclaration
Public Property Days As String
Get
Set
'Utilisation
Dim instance As MonthlyRecurrence
Dim value As String
value = instance.Days
instance.Days = value
public string Days { get; set; }
public:
property String^ Days {
String^ get ();
void set (String^ value);
}
member Days : string with get, set
function get Days () : String
function set Days (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that contains the days of the month on which a scheduled report runs.
Voir aussi