Click or drag to resize

dataProviderToolssetTitleDescAndBottomLine Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the title, description and/or bottom line

Namespace:  imbSCI.Reporting.meta.data
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static PropertyCollection setTitleDescAndBottomLine(
	this PropertyCollection data,
	string title = "",
	string description = "",
	string bottomLine = ""
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
The data.
title (Optional)
Type: SystemString
The title.
description (Optional)
Type: SystemString
The description.
bottomLine (Optional)
Type: SystemString
The bottom line.

Return Value

Type: PropertyCollection
New or existing data collection with data inside

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also