共用方式為


MapLine.UseCustomLineTemplate 屬性

Indicates whether the MapLineTemplate element will be applied to the parent map line.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property UseCustomLineTemplate As ReportExpression(Of Boolean)
    Get 
    Set
'用途
Dim instance As MapLine 
Dim value As ReportExpression(Of Boolean)

value = instance.UseCustomLineTemplate

instance.UseCustomLineTemplate = value
public ReportExpression<bool> UseCustomLineTemplate { get; set; }
public:
property ReportExpression<bool> UseCustomLineTemplate {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member UseCustomLineTemplate : ReportExpression<bool> with get, set
function get UseCustomLineTemplate () : ReportExpression<boolean>
function set UseCustomLineTemplate (value : ReportExpression<boolean>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

請參閱

參考

MapLine 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間