Freigeben über


Report.Language-Eigenschaft

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 ReadOnly Property Language As ReportStringProperty 
    Get
'Usage
Dim instance As Report 
Dim value As ReportStringProperty 

value = instance.Language
public ReportStringProperty Language { get; }
public:
property ReportStringProperty^ Language {
    ReportStringProperty^ get ();
}
member Language : ReportStringProperty
function get Language () : ReportStringProperty

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace