Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the days of the month on which a scheduled report runs.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Days As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value.