Свойство ReportLanguage
Gets the language of the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ReportLanguage As String
Get
'Применение
Dim instance As Report
Dim value As String
value = instance.ReportLanguage
public string ReportLanguage { get; }
public:
property String^ ReportLanguage {
String^ get ();
}
member ReportLanguage : string
function get ReportLanguage () : String
Значение свойства
Замечания
A string that contains the language of the report.
См. также