This topic has not yet been rated - Rate this topic

DataSetDefinition.Collation Property

Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)
public string Collation { get; set; }

Property Value

Type: System.String
A String that contains the locale used for the collation sequence by which the data in the dataset is sorted.

The Collation property uses the standard SQL Server collation codes.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.