Partager via


Propriété ReportInstance.Language

Gets the calculated value of the Language property in a Report class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Language As String 
    Get
'Utilisation
Dim instance As ReportInstance 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string value that represents the calculated value of the Language property.

Voir aussi

Référence

ReportInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering