Compartilhar via


Propriedade do RDL Report.Date

Gets the server date and time at which the report was executed.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property Date As DateTime 
    Get
'Uso
Dim instance As Report 
Dim value As DateTime 

value = instance.Date
public abstract DateTime Date { get; }
public:
virtual property DateTime Date {
    DateTime get () abstract;
}
abstract Date : DateTime
abstract function get Date () : DateTime

Valor da propriedade

Tipo: System.DateTime
The date and time at which the report was executed.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.Interfaces