DateFormats Property (ReportDesigner)
In This Topic
Gets or sets the list of supported date formats.
Syntax
'Declaration
Public Property DateFormats As String()
public string[] DateFormats {get; set;}
Property Value
An array of
System.String representing the supported date formats.
See Also