Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the primary language of the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Language As ReportStringProperty
Get
'Usage
Dim instance As Style
Dim value As ReportStringProperty
value = instance.Language
public override ReportStringProperty Language { get; }
public:
virtual property ReportStringProperty^ Language {
ReportStringProperty^ get () override;
}
abstract Language : ReportStringProperty
override Language : ReportStringProperty
override function get Language () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the primary language of the text.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace