Propriété Language
Gets an expression that evaluates to the primary language of the text.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Language As ReportStringProperty
Get
'Utilisation
Dim instance As StyleBase
Dim value As ReportStringProperty
value = instance.Language
public abstract ReportStringProperty Language { get; }
public:
virtual property ReportStringProperty^ Language {
ReportStringProperty^ get () abstract;
}
abstract Language : ReportStringProperty
abstract function get Language () : ReportStringProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi