Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for February 2019
06
Displaying a Checkbox for Boolean Value in an SSRS Report
posted on February 06, 2019 08:27
Set font to Wingdings . . . . Expression: =IIF(Fields!Parishioner.Value,chr(254),chr(168))
SSRS
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
02
Return Boolean as Yes or No
posted on February 02, 2019 12:01
public string ReturnBooleanAsYes_or_No(Boolean choice) { &...
[Read the rest of this article...]
bool
,
boolean
Posted in:
C Sharp - C#
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)