Gets or sets the date time parameter control style. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Style DateTimeParameterControlStyle { get; set; }
Visual Basic (Declaration)
Public Property DateTimeParameterControlStyle As Style
Visual C++
public:
property Style^ DateTimeParameterControlStyle {
	Style^ get ();
	void set (Style^ value);
}

Field Value

The date time parameter control style.

See Also