Udostępnij za pośrednictwem


StyleInstance.m_calendar Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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>

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace