Proprietà StyleInstance.Calendar
Gets the calculated value of the Calendar property in a Style class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides Property Calendar As Calendars
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Calendars
A Calendars value that represents the calculated value of the Calendar property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering