StyleInstance.m_calendar Field
This API supports the infrastructure and is not intended to be used directly from your code.
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>
See Also