IFormattableHierarchyMemberGetFormattedCaption Method |
Gets the caption with the specified format.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxstring GetFormattedCaption(
string format
)
Function GetFormattedCaption (
format As String
) As String
String^ GetFormattedCaption(
String^ format
)
abstract GetFormattedCaption :
format : string -> string
Parameters
- format
- Type: SystemString
The format.
Return Value
Type:
StringThe caption.
RemarksIf format is or empty, the default format will be used.
See Also