Compartilhar via


Propriedade do RDL Report.Language

Gets an expression that evaluates to the primary language of the text.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Language As ReportStringProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering