Extension.LocalizedName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可用来在用户界面上显示的本地化名称。
public:
property System::String ^ LocalizedName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedName { get; set; }
member this.LocalizedName : string with get, set
Public Property LocalizedName As String
属性值
一个包含扩展插件的本地化名称的String
。 只读。
注解
从扩展的 LocalizedName 属性检索 Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName 属性的值。 有关接口及其属性的详细信息 T:Microsoft.ReportingServices.Interfaces.IExtension
,请参阅 Microsoft.ReportingServices.Interfaces.IExtension 接口。