StyleBaseInstance.Calendar Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride Property Calendar As Calendars
    Get
    Set
'Usage
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)

Property Value

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