Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the Language property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property Language As String
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As String
value = instance.Language
instance.Language = value
public override string Language { get; set; }
public:
virtual property String^ Language {
String^ get () override;
void set (String^ value) override;
}
abstract Language : string with get, set
override Language : string with get, set
override function get Language () : String
override function set Language (value : String)
Property Value
Type: System.String
A string value that represents the calculated value of the Language property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace