Propriedade do RDL ReportInstance.Language
Gets the calculated value of the Language property in a Report class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value that represents the calculated value of the Language property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering