StyleInstance.Calendar Property

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

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

Syntax

'Declaration
Public Overrides Property Calendar As Calendars 
    Get 
    Set
'Usage
Dim instance As StyleInstance 
Dim value As Calendars 

value = instance.Calendar

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

Property Value

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

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace