Report.Custom 属性

定义

获取定义中 Custom 标记的内容。

public:
 property System::String ^ Custom { System::String ^ get(); };
public string Custom { get; }
member this.Custom : string
Public ReadOnly Property Custom As String

属性值

一个String值,该值包含要传递给呈现扩展插件的自定义信息。

有关自定义信息的详细信息,请参阅编写用于Reporting Services的自定义代码

适用于