Version

TemplateTimelineView Property

Returns or sets the control whose properties are used to initialize a timeline print style output.
Syntax
'Declaration
 
Public Property TemplateTimelineView As UltraTimelineView
public UltraTimelineView TemplateTimelineView {get; set;}
Remarks

When the PrintStyle property is set to 'Timeline', the UltraTimelineView control is used to produce the printed output. The TemplateTimelineView property can be used to customized the way the printed data appears. For example, to change the interval of time depicted on the printed page, create an UltraTimelineView instance, change the relevant property settings of that instance's PrimaryInterval, and assign a reference to the instance to the TemplateTimelineView property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also