MapLineLayer.MapLineRules 属性
Gets or sets a set of rules to be applied to map lines in the parent layer.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property MapLineRules As MapLineRules
Get
Set
用法
Dim instance As MapLineLayer
Dim value As MapLineRules
value = instance.MapLineRules
instance.MapLineRules = value
public MapLineRules MapLineRules { get; set; }
public:
property MapLineRules^ MapLineRules {
MapLineRules^ get ();
void set (MapLineRules^ value);
}
member MapLineRules : MapLineRules with get, set
function get MapLineRules () : MapLineRules
function set MapLineRules (value : MapLineRules)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.MapLineRules
A MapLineRules object.