Freigeben über


StyleInstance.m_calendar-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

A Calendars value that represents the calculated value of the Calendar property.

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

Syntax

'Declaration
Protected m_calendar As Nullable(Of Calendars)
'Usage
Dim value As Nullable(Of Calendars)

value = Me.m_calendar 

Me.m_calendar = value
protected Nullable<Calendars> m_calendar
protected:
Nullable<Calendars> m_calendar
val mutable m_calendar: Nullable<Calendars>
protected var m_calendar : Nullable<Calendars>

Siehe auch

Verweis

StyleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace