Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.