Partager via


Propriété Calendar

Gets the calculated value of the Calendar property in a StyleBase class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride Property Calendar As Calendars
    Get
    Set
'Utilisation
Dim instance As StyleBaseInstance
Dim value As Calendars

value = instance.Calendar

instance.Calendar = value
public abstract Calendars Calendar { get; set; }
public:
virtual property Calendars Calendar {
    Calendars get () abstract;
    void set (Calendars value) abstract;
}
abstract Calendar : Calendars with get, set
abstract function get Calendar () : Calendars
abstract function set Calendar (value : Calendars)

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Calendars
A Calendars value that represents the calculated value of the Calendar property.