Partager via


Propriété Report.Date

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Date As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.Interfaces