Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CurrencyLanguage As ReportStringProperty
Get
'Usage
Dim instance As StyleBase
Dim value As ReportStringProperty
value = instance.CurrencyLanguage
public abstract ReportStringProperty CurrencyLanguage { get; }
public:
virtual property ReportStringProperty^ CurrencyLanguage {
ReportStringProperty^ get () abstract;
}
abstract CurrencyLanguage : ReportStringProperty
abstract function get CurrencyLanguage () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace