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.