Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the date that the report part is synchronized.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SyncDate As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As ComponentMetadata
Dim value As Nullable(Of DateTime)
value = instance.SyncDate
instance.SyncDate = value
public Nullable<DateTime> SyncDate { get; set; }
public:
property Nullable<DateTime> SyncDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member SyncDate : Nullable<DateTime> with get, set
function get SyncDate () : Nullable<DateTime>
function set SyncDate (value : Nullable<DateTime>)
Property Value
Type: System.Nullable<DateTime>
A Nullable<T> object.