Compartilhar via


Campo StyleInstance.m_calendar

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Protected m_calendar As Nullable(Of Calendars)
'Uso
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>

Consulte também

Referência

StyleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering