ReportItem.Calendar Property

Definition

public:
 virtual property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::Calendars> Calendar { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::Calendars> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::Calendars> value); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.CalendarUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportExpressionConverter`1<Microsoft.ReportingServices.RdlObjectModel.Calendars>))]
public virtual Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.Calendars> Calendar { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.CalendarUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportExpressionConverter`1<Microsoft.ReportingServices.RdlObjectModel.Calendars>))>]
member this.Calendar : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.Calendars> with get, set
Public Overridable Property Calendar As ReportExpression(Of Calendars)

Property Value

Attributes

Applies to