Propriedade do RDL SyncDate
Gets or sets the date that the report part is synchronized.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property SyncDate As Nullable(Of DateTime)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: System. . :: . .Nullable< (Of < ( <'DateTime> ) > ) >
A Nullable<(Of <(<'T>)>)> object.
Consulte também