Compartir a través de


ReportInstance.Language Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Language As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering